Html Css Color HEX #06CAA2 Caribbean Green

📋 copy color: '#06CAA2'

red 6 ◦ green 202 ◦ blue 162

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

Shades of Caribbean Green #06CAA2

Tints of Caribbean Green #06CAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.78%

R = 1.62%
G = 54.59%
B = 43.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#06CAA2 (or 0x06CAA2) is known color: Caribbean Green. HEX triplet: 06, CA and A2. RGB value is (6,202,162). Sum of RGB (Red+Green+Blue) = 6+202+162=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #06CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CAA2 is #F9355D. Grayscale: #8A8A8A. Windows color (decimal): -16332126 or 10668550. OLE color: 10668550.

HSL color Cylindrical-coordinate representation of color #06CAA2: hue angle of 167.76º 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 #06CAA2 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 202 162 -
CMYK 0.97 0 0.20 0.21
HSL 167.76º 0.94% 0.41% -
HSV(B) 167.76º 0.97% 0.79% -
XYZ 27.72 44.89 41.39 -
YUV 138.84 141.07 33.25 -
System Red Green Blue C M Y K H S L
Decimal 6 202 162 0.97 0 0.20 0.21 167.76 0.94 0.41
Hex 6 CA A2 61 0 14 15 A8 5E 29
Octal 6 312 242 141 0 24 25 250 136 51
Binary 110 11001010 10100010 1100001 0 10100 10101 10101000 1011110 101001

Color Harmonies of #06CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CAA2

Black with #06CAA2

Text Example


Text Example

White with #06CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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