Html Css Color HEX #05CAA6 Caribbean Green

📋 copy color: '#05CAA6'

red 5 ◦ green 202 ◦ blue 166

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

Shades of Caribbean Green #05CAA6

Tints of Caribbean Green #05CAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.16%

 BLUE value IS 166 (65.23% from 255) = 44.5%

R = 1.34%
G = 54.16%
B = 44.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#05CAA6 (or 0x05CAA6) is known color: Caribbean Green. HEX triplet: 05, CA and A6. RGB value is (5,202,166). Sum of RGB (Red+Green+Blue) = 5+202+166=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #05CAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CAA6 is #FA3559. Grayscale: #8A8A8A. Windows color (decimal): -16397658 or 10930693. OLE color: 10930693.

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

Color convert

RGB 5 202 166 -
CMYK 0.98 0 0.18 0.21
HSL 169.04º 0.95% 0.41% -
HSV(B) 169.04º 0.98% 0.79% -
XYZ 28.07 45.03 43.29 -
YUV 138.99 143.23 32.43 -
System Red Green Blue C M Y K H S L
Decimal 5 202 166 0.98 0 0.18 0.21 169.04 0.95 0.41
Hex 5 CA A6 62 0 12 15 A9 5F 29
Octal 5 312 246 142 0 22 25 251 137 51
Binary 101 11001010 10100110 1100010 0 10010 10101 10101001 1011111 101001

Color Harmonies of #05CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CAA6

Black with #05CAA6

Text Example


Text Example

White with #05CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,202,166); }

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

background-color css

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

 a { background-color: rgb(5,202,166); }

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

border-color css

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

 span { border-color: rgb(5,202,166); }

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