Html Css Color HEX #01D9AC Caribbean Green

📋 copy color: '#01D9AC'

red 1 ◦ green 217 ◦ blue 172

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

Shades of Caribbean Green #01D9AC

Tints of Caribbean Green #01D9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 0.26%
G = 55.64%
B = 44.1%

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

#01D9AC (or 0x01D9AC) is known color: Caribbean Green. HEX triplet: 01, D9 and AC. RGB value is (1,217,172). Sum of RGB (Red+Green+Blue) = 1+217+172=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #01D9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D9AC is #FE2653. Grayscale: #939393. Windows color (decimal): -16655956 or 11327745. OLE color: 11327745.

HSL color Cylindrical-coordinate representation of color #01D9AC: hue angle of 167.5º 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 #01D9AC is Cyan = 1.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 217 172 -
CMYK 1.00 0 0.21 0.15
HSL 167.5º 0.99% 0.43% -
HSV(B) 167.5º 1% 0.85% -
XYZ 32.27 52.61 47.48 -
YUV 147.29 141.94 23.66 -
System Red Green Blue C M Y K H S L
Decimal 1 217 172 1.00 0 0.21 0.15 167.5 0.99 0.43
Hex 1 D9 AC 64 0 15 F A8 63 2B
Octal 1 331 254 144 0 25 17 250 143 53
Binary 1 11011001 10101100 1100100 0 10101 1111 10101000 1100011 101011

Color Harmonies of #01D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D9AC

Black with #01D9AC

Text Example


Text Example

White with #01D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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