Html Css Color HEX #01CBAB Caribbean Green

📋 copy color: '#01CBAB'

red 1 ◦ green 203 ◦ blue 171

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

Shades of Caribbean Green #01CBAB

Tints of Caribbean Green #01CBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.13%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 0.27%
G = 54.13%
B = 45.6%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#01CBAB (or 0x01CBAB) is known color: Caribbean Green. HEX triplet: 01, CB and AB. RGB value is (1,203,171). Sum of RGB (Red+Green+Blue) = 1+203+171=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #01CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CBAB is #FE3454. Grayscale: #8A8A8A. Windows color (decimal): -16659541 or 11258625. OLE color: 11258625.

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

Color convert

RGB 1 203 171 -
CMYK 1.00 0 0.16 0.20
HSL 170.5º 0.99% 0.4% -
HSV(B) 170.5º 1% 0.8% -
XYZ 28.72 45.66 45.83 -
YUV 138.95 146.08 29.6 -
System Red Green Blue C M Y K H S L
Decimal 1 203 171 1.00 0 0.16 0.20 170.5 0.99 0.4
Hex 1 CB AB 64 0 10 14 AA 63 28
Octal 1 313 253 144 0 20 24 252 143 50
Binary 1 11001011 10101011 1100100 0 10000 10100 10101010 1100011 101000

Color Harmonies of #01CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBAB

Black with #01CBAB

Text Example


Text Example

White with #01CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,203,171); }

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

background-color css

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

 a { background-color: rgb(1,203,171); }

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

border-color css

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

 span { border-color: rgb(1,203,171); }

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