Html Css Color HEX #01D9AB Caribbean Green

📋 copy color: '#01D9AB'

red 1 ◦ green 217 ◦ blue 171

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

Shades of Caribbean Green #01D9AB

Tints of Caribbean Green #01D9AB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.78%

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

R = 0.26%
G = 55.78%
B = 43.96%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#01D9AB (or 0x01D9AB) is known color: Caribbean Green. HEX triplet: 01, D9 and AB. RGB value is (1,217,171). Sum of RGB (Red+Green+Blue) = 1+217+171=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #01D9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D9AB is #FE2654. Grayscale: #939393. Windows color (decimal): -16655957 or 11262209. OLE color: 11262209.

HSL color Cylindrical-coordinate representation of color #01D9AB: hue angle of 167.22º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D9AB is Cyan = 1.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 217 171 -
CMYK 1.00 0 0.21 0.15
HSL 167.22º 0.99% 0.43% -
HSV(B) 167.22º 1% 0.85% -
XYZ 32.18 52.57 46.98 -
YUV 147.17 141.44 23.74 -
System Red Green Blue C M Y K H S L
Decimal 1 217 171 1.00 0 0.21 0.15 167.22 0.99 0.43
Hex 1 D9 AB 64 0 15 F A7 63 2B
Octal 1 331 253 144 0 25 17 247 143 53
Binary 1 11011001 10101011 1100100 0 10101 1111 10100111 1100011 101011

Color Harmonies of #01D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D9AB

Black with #01D9AB

Text Example


Text Example

White with #01D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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