Html Css Color HEX #01D1AB Caribbean Green

📋 copy color: '#01D1AB'

red 1 ◦ green 209 ◦ blue 171

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

Shades of Caribbean Green #01D1AB

Tints of Caribbean Green #01D1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.86%

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

R = 0.26%
G = 54.86%
B = 44.88%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#01D1AB (or 0x01D1AB) is known color: Caribbean Green. HEX triplet: 01, D1 and AB. RGB value is (1,209,171). Sum of RGB (Red+Green+Blue) = 1+209+171=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #01D1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D1AB is #FE2E54. Grayscale: #8E8E8E. Windows color (decimal): -16658005 or 11260161. OLE color: 11260161.

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

Color convert

RGB 1 209 171 -
CMYK 1.00 0 0.18 0.18
HSL 169.04º 0.99% 0.41% -
HSV(B) 169.04º 1% 0.82% -
XYZ 30.16 48.55 46.31 -
YUV 142.48 144.09 27.09 -
System Red Green Blue C M Y K H S L
Decimal 1 209 171 1.00 0 0.18 0.18 169.04 0.99 0.41
Hex 1 D1 AB 64 0 12 12 A9 63 29
Octal 1 321 253 144 0 22 22 251 143 51
Binary 1 11010001 10101011 1100100 0 10010 10010 10101001 1100011 101001

Color Harmonies of #01D1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D1AB

Black with #01D1AB

Text Example


Text Example

White with #01D1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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