Html Css Color HEX #01CEAB Caribbean Green

📋 copy color: '#01CEAB'

red 1 ◦ green 206 ◦ blue 171

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

Shades of Caribbean Green #01CEAB

Tints of Caribbean Green #01CEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.5%

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

R = 0.26%
G = 54.5%
B = 45.24%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#01CEAB (or 0x01CEAB) is known color: Caribbean Green. HEX triplet: 01, CE and AB. RGB value is (1,206,171). Sum of RGB (Red+Green+Blue) = 1+206+171=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #01CEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CEAB is #FE3154. Grayscale: #8C8C8C. Windows color (decimal): -16658773 or 11259393. OLE color: 11259393.

HSL color Cylindrical-coordinate representation of color #01CEAB: hue angle of 169.76º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CEAB is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 206 171 -
CMYK 1.00 0 0.17 0.19
HSL 169.76º 0.99% 0.41% -
HSV(B) 169.76º 1% 0.81% -
XYZ 29.43 47.09 46.07 -
YUV 140.72 145.08 28.35 -
System Red Green Blue C M Y K H S L
Decimal 1 206 171 1.00 0 0.17 0.19 169.76 0.99 0.41
Hex 1 CE AB 64 0 11 13 AA 63 29
Octal 1 316 253 144 0 21 23 252 143 51
Binary 1 11001110 10101011 1100100 0 10001 10011 10101010 1100011 101001

Color Harmonies of #01CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CEAB

Black with #01CEAB

Text Example


Text Example

White with #01CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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