Html Css Color HEX #00CAA2 Caribbean Green

📋 copy color: '#00CAA2'

red 0 ◦ green 202 ◦ blue 162

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

Shades of Caribbean Green #00CAA2

Tints of Caribbean Green #00CAA2

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 55.49%
B = 44.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#00CAA2 (or 0x00CAA2) is known color: Caribbean Green. HEX triplet: 00, CA and A2. RGB value is (0,202,162). Sum of RGB (Red+Green+Blue) = 0+202+162=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #00CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CAA2 is #FF355D. Grayscale: #898989. Windows color (decimal): -16725342 or 10668544. OLE color: 10668544.

HSL color Cylindrical-coordinate representation of color #00CAA2: hue angle of 168.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CAA2 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 202 162 -
CMYK 1 0 0.20 0.21
HSL 168.12º 1% 0.4% -
HSV(B) 168.12º 1% 0.79% -
XYZ 27.64 44.85 41.38 -
YUV 137.04 142.08 30.25 -
System Red Green Blue C M Y K H S L
Decimal 0 202 162 1 0 0.20 0.21 168.12 1 0.4
Hex 0 CA A2 64 0 14 15 A8 64 28
Octal 0 312 242 144 0 24 25 250 144 50
Binary 0 11001010 10100010 1100100 0 10100 10101 10101000 1100100 101000

Color Harmonies of #00CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CAA2

Black with #00CAA2

Text Example


Text Example

White with #00CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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