Html Css Color HEX #05CCA8 Caribbean Green

📋 copy color: '#05CCA8'

red 5 ◦ green 204 ◦ blue 168

#05CCA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #05CCA8

Tints of Caribbean Green #05CCA8

RGB

 RED value IS 5 (2.34% from 255) = 1.33%

 GREEN value IS 204 (80.08% from 255) = 54.11%

 BLUE value IS 168 (66.02% from 255) = 44.56%

R = 1.33%
G = 54.11%
B = 44.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#05CCA8 (or 0x05CCA8) is known color: Caribbean Green. HEX triplet: 05, CC and A8. RGB value is (5,204,168). Sum of RGB (Red+Green+Blue) = 5+204+168=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CCA8 is #FA3357. Grayscale: #8C8C8C. Windows color (decimal): -16397144 or 11062277. OLE color: 11062277.

HSL color Cylindrical-coordinate representation of color #05CCA8: hue angle of 169.15º 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 #05CCA8 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 204 168 -
CMYK 0.98 0 0.18 0.2
HSL 169.15º 0.95% 0.41% -
HSV(B) 169.15º 0.98% 0.8% -
XYZ 28.72 46.05 44.42 -
YUV 140.4 143.57 31.43 -
System Red Green Blue C M Y K H S L
Decimal 5 204 168 0.98 0 0.18 0.2 169.15 0.95 0.41
Hex 5 CC A8 62 0 12 14 A9 5F 29
Octal 5 314 250 142 0 22 24 251 137 51
Binary 101 11001100 10101000 1100010 0 10010 10100 10101001 1011111 101001

Color Harmonies of #05CCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CCA8

Black with #05CCA8

Text Example


Text Example

White with #05CCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05CCA8;
 }
 .AnyTagClassName
 {
   color: #05CCA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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