Html Css Color HEX #01CAA2 Caribbean Green

📋 copy color: '#01CAA2'

red 1 ◦ green 202 ◦ blue 162

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

Shades of Caribbean Green #01CAA2

Tints of Caribbean Green #01CAA2

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

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

R = 0.27%
G = 55.34%
B = 44.38%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#01CAA2 (or 0x01CAA2) is known color: Caribbean Green. HEX triplet: 01, CA and A2. RGB value is (1,202,162). Sum of RGB (Red+Green+Blue) = 1+202+162=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #01CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CAA2 is #FE355D. Grayscale: #898989. Windows color (decimal): -16659806 or 10668545. OLE color: 10668545.

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

Color convert

RGB 1 202 162 -
CMYK 1.00 0 0.20 0.21
HSL 168.06º 0.99% 0.4% -
HSV(B) 168.06º 1% 0.79% -
XYZ 27.65 44.86 41.38 -
YUV 137.34 141.91 30.75 -
System Red Green Blue C M Y K H S L
Decimal 1 202 162 1.00 0 0.20 0.21 168.06 0.99 0.4
Hex 1 CA A2 64 0 14 15 A8 63 28
Octal 1 312 242 144 0 24 25 250 143 50
Binary 1 11001010 10100010 1100100 0 10100 10101 10101000 1100011 101000

Color Harmonies of #01CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CAA2

Black with #01CAA2

Text Example


Text Example

White with #01CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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