Html Css Color HEX #00C2AA Caribbean Green

📋 copy color: '#00C2AA'

red 0 ◦ green 194 ◦ blue 170

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

Shades of Caribbean Green #00C2AA

Tints of Caribbean Green #00C2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.3%

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 0%
G = 53.3%
B = 46.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#00C2AA (or 0x00C2AA) is known color: Caribbean Green. HEX triplet: 00, C2 and AA. RGB value is (0,194,170). Sum of RGB (Red+Green+Blue) = 0+194+170=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #00C2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C2AA is #FF3D55. Grayscale: #858585. Windows color (decimal): -16727382 or 11190784. OLE color: 11190784.

HSL color Cylindrical-coordinate representation of color #00C2AA: hue angle of 172.58º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C2AA is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 194 170 -
CMYK 1 0 0.12 0.24
HSL 172.58º 1% 0.38% -
HSV(B) 172.58º 1% 0.76% -
XYZ 26.55 41.49 44.64 -
YUV 133.26 148.73 32.95 -
System Red Green Blue C M Y K H S L
Decimal 0 194 170 1 0 0.12 0.24 172.58 1 0.38
Hex 0 C2 AA 64 0 C 18 AD 64 26
Octal 0 302 252 144 0 14 30 255 144 46
Binary 0 11000010 10101010 1100100 0 1100 11000 10101101 1100100 100110

Color Harmonies of #00C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C2AA

Black with #00C2AA

Text Example


Text Example

White with #00C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,194,170); }

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

background-color css

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

 a { background-color: rgb(0,194,170); }

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

border-color css

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

 span { border-color: rgb(0,194,170); }

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