#05CCA5

Color #05CCA5 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #05CCA5

Tints of Caribbean Green #05CCA5

Color information

#05CCA5 (or 0x05CCA5) is unknown color: approx Caribbean Green. HEX triplet: 05, CC and A5. RGB value is (5,204,165). Sum of RGB (Red+Green+Blue) = 5+204+165=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CCA5 is #FA335A. Grayscale: #8C8C8C. Windows color (decimal): -16397147 or 10865669. OLE color: 10865669.

HSL color Cylindrical-coordinate representation of color #05CCA5: hue angle of 168.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CCA5 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB5204165-
CMYK0.9800.190.2
HSL168.24º95.22%40.98%-
HSV(B)168.24º97.55%80%-
XYZ28.4545.9342.96-
YUV140.05142.0731.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.34%
GREEN value IS 204 (80.08% from 255) = 54.55%
BLUE value IS 165 (64.84% from 255) = 44.12%
R=1.34%
G=54.55%
B=44.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52041650.9800.190.2168.2495.2240.98
Hex5CCA56201314a85f29
Octal53142451420232425013751
Binary1011100110010100101110001001001110100101010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05CCA5; }

 p { color: rgb(5,204,165); }

 H1.HeaderClassName
 {
   color: #05CCA5;
 }
 .AnyTagClassName
 {
   color: #05CCA5;
 }
</style>
background-color css

<style>
 a { background-color: #05CCA5; }

 a { background-color: rgb(5,204,165); }

 div.DivClassName
 {
   background-color: #05CCA5;
 }
 .BgClassName
 {
   background-color: #05CCA5;
 }
</style>
border-color css

<style>
 span { border-color: #05CCA5; }

 span { border-color: rgb(5,204,165); }

 td.TdClassName
 {
   border-color: #05CCA5;
 }
 .TagClassName
 {
   border-color: #05CCA5;
 }
</style>