Html Css Color HEX #01C0AB Caribbean Green

📋 copy color: '#01C0AB'

red 1 ◦ green 192 ◦ blue 171

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

Shades of Caribbean Green #01C0AB

Tints of Caribbean Green #01C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.75%

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

R = 0.27%
G = 52.75%
B = 46.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#01C0AB (or 0x01C0AB) is known color: Caribbean Green. HEX triplet: 01, C0 and AB. RGB value is (1,192,171). Sum of RGB (Red+Green+Blue) = 1+192+171=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #01C0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C0AB is #FE3F54. Grayscale: #848484. Windows color (decimal): -16662357 or 11255809. OLE color: 11255809.

HSL color Cylindrical-coordinate representation of color #01C0AB: hue angle of 173.4º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C0AB is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 171 -
CMYK 0.99 0 0.11 0.25
HSL 173.4º 0.99% 0.38% -
HSV(B) 173.4º 0.99% 0.75% -
XYZ 26.21 40.65 44.99 -
YUV 132.5 149.72 34.21 -
System Red Green Blue C M Y K H S L
Decimal 1 192 171 0.99 0 0.11 0.25 173.4 0.99 0.38
Hex 1 C0 AB 63 0 B 19 AD 63 26
Octal 1 300 253 143 0 13 31 255 143 46
Binary 1 11000000 10101011 1100011 0 1011 11001 10101101 1100011 100110

Color Harmonies of #01C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0AB

Black with #01C0AB

Text Example


Text Example

White with #01C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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