Html Css Color HEX #00C2A1 Caribbean Green

📋 copy color: '#00C2A1'

red 0 ◦ green 194 ◦ blue 161

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

Shades of Caribbean Green #00C2A1

Tints of Caribbean Green #00C2A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.35%

R = 0%
G = 54.65%
B = 45.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#00C2A1 (or 0x00C2A1) is known color: Caribbean Green. HEX triplet: 00, C2 and A1. RGB value is (0,194,161). Sum of RGB (Red+Green+Blue) = 0+194+161=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #00C2A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C2A1 is #FF3D5E. Grayscale: #848484. Windows color (decimal): -16727391 or 10600960. OLE color: 10600960.

HSL color Cylindrical-coordinate representation of color #00C2A1: hue angle of 169.79º 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 #00C2A1 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 194 161 -
CMYK 1 0 0.17 0.24
HSL 169.79º 1% 0.38% -
HSV(B) 169.79º 1% 0.76% -
XYZ 25.72 41.16 40.31 -
YUV 132.23 144.23 33.68 -
System Red Green Blue C M Y K H S L
Decimal 0 194 161 1 0 0.17 0.24 169.79 1 0.38
Hex 0 C2 A1 64 0 11 18 AA 64 26
Octal 0 302 241 144 0 21 30 252 144 46
Binary 0 11000010 10100001 1100100 0 10001 11000 10101010 1100100 100110

Color Harmonies of #00C2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C2A1

Black with #00C2A1

Text Example


Text Example

White with #00C2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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