Html Css Color HEX #01C8AB Caribbean Green

📋 copy color: '#01C8AB'

red 1 ◦ green 200 ◦ blue 171

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

Shades of Caribbean Green #01C8AB

Tints of Caribbean Green #01C8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.76%

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

R = 0.27%
G = 53.76%
B = 45.97%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#01C8AB (or 0x01C8AB) is known color: Caribbean Green. HEX triplet: 01, C8 and AB. RGB value is (1,200,171). Sum of RGB (Red+Green+Blue) = 1+200+171=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #01C8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C8AB is #FE3754. Grayscale: #898989. Windows color (decimal): -16660309 or 11257857. OLE color: 11257857.

HSL color Cylindrical-coordinate representation of color #01C8AB: hue angle of 171.26º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C8AB is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 200 171 -
CMYK 1.00 0 0.14 0.22
HSL 171.26º 0.99% 0.39% -
HSV(B) 171.26º 1% 0.78% -
XYZ 28.02 44.26 45.59 -
YUV 137.19 147.07 30.86 -
System Red Green Blue C M Y K H S L
Decimal 1 200 171 1.00 0 0.14 0.22 171.26 0.99 0.39
Hex 1 C8 AB 64 0 E 16 AB 63 27
Octal 1 310 253 144 0 16 26 253 143 47
Binary 1 11001000 10101011 1100100 0 1110 10110 10101011 1100011 100111

Color Harmonies of #01C8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C8AB

Black with #01C8AB

Text Example


Text Example

White with #01C8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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