Html Css Color HEX #06CAA8 Caribbean Green

📋 copy color: '#06CAA8'

red 6 ◦ green 202 ◦ blue 168

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

Shades of Caribbean Green #06CAA8

Tints of Caribbean Green #06CAA8

RGB

 RED value IS 6 (2.73% from 255) = 1.6%

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

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

R = 1.6%
G = 53.72%
B = 44.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#06CAA8 (or 0x06CAA8) is known color: Caribbean Green. HEX triplet: 06, CA and A8. RGB value is (6,202,168). Sum of RGB (Red+Green+Blue) = 6+202+168=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #06CAA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CAA8 is #F93557. Grayscale: #8B8B8B. Windows color (decimal): -16332120 or 11061766. OLE color: 11061766.

HSL color Cylindrical-coordinate representation of color #06CAA8: hue angle of 169.59º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CAA8 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 202 168 -
CMYK 0.97 0 0.17 0.21
HSL 169.59º 0.94% 0.41% -
HSV(B) 169.59º 0.97% 0.79% -
XYZ 28.26 45.11 44.26 -
YUV 139.52 144.07 32.76 -
System Red Green Blue C M Y K H S L
Decimal 6 202 168 0.97 0 0.17 0.21 169.59 0.94 0.41
Hex 6 CA A8 61 0 11 15 AA 5E 29
Octal 6 312 250 141 0 21 25 252 136 51
Binary 110 11001010 10101000 1100001 0 10001 10101 10101010 1011110 101001

Color Harmonies of #06CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CAA8

Black with #06CAA8

Text Example


Text Example

White with #06CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06CAA8; }

 p { color: rgb(6,202,168); }

 H1.HeaderClassName
 {
   color: #06CAA8;
 }
 .AnyTagClassName
 {
   color: #06CAA8;
 }
</style>

background-color css

<style>
 a { background-color: #06CAA8; }

 a { background-color: rgb(6,202,168); }

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

border-color css

<style>
 span { border-color: #06CAA8; }

 span { border-color: rgb(6,202,168); }

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