Html Css Color HEX #01CAB2 Caribbean Green

📋 copy color: '#01CAB2'

red 1 ◦ green 202 ◦ blue 178

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

Shades of Caribbean Green #01CAB2

Tints of Caribbean Green #01CAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.72%

R = 0.26%
G = 53.02%
B = 46.72%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#01CAB2 (or 0x01CAB2) is known color: Caribbean Green. HEX triplet: 01, CA and B2. RGB value is (1,202,178). Sum of RGB (Red+Green+Blue) = 1+202+178=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #01CAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CAB2 is #FE354D. Grayscale: #8B8B8B. Windows color (decimal): -16659790 or 11717121. OLE color: 11717121.

HSL color Cylindrical-coordinate representation of color #01CAB2: hue angle of 172.84º 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 #01CAB2 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 202 178 -
CMYK 1.00 0 0.12 0.21
HSL 172.84º 0.99% 0.4% -
HSV(B) 172.84º 1% 0.79% -
XYZ 29.17 45.46 49.36 -
YUV 139.17 149.91 29.45 -
System Red Green Blue C M Y K H S L
Decimal 1 202 178 1.00 0 0.12 0.21 172.84 0.99 0.4
Hex 1 CA B2 64 0 C 15 AD 63 28
Octal 1 312 262 144 0 14 25 255 143 50
Binary 1 11001010 10110010 1100100 0 1100 10101 10101101 1100011 101000

Color Harmonies of #01CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CAB2

Black with #01CAB2

Text Example


Text Example

White with #01CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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