Html Css Color HEX #01D0AC Caribbean Green

📋 copy color: '#01D0AC'

red 1 ◦ green 208 ◦ blue 172

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

Shades of Caribbean Green #01D0AC

Tints of Caribbean Green #01D0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.59%

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

R = 0.26%
G = 54.59%
B = 45.14%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#01D0AC (or 0x01D0AC) is known color: Caribbean Green. HEX triplet: 01, D0 and AC. RGB value is (1,208,172). Sum of RGB (Red+Green+Blue) = 1+208+172=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #01D0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D0AC is #FE2F53. Grayscale: #8D8D8D. Windows color (decimal): -16658260 or 11325441. OLE color: 11325441.

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

Color convert

RGB 1 208 172 -
CMYK 1.00 0 0.17 0.18
HSL 169.57º 0.99% 0.41% -
HSV(B) 169.57º 1% 0.82% -
XYZ 30.01 48.1 46.73 -
YUV 142 144.92 27.43 -
System Red Green Blue C M Y K H S L
Decimal 1 208 172 1.00 0 0.17 0.18 169.57 0.99 0.41
Hex 1 D0 AC 64 0 11 12 AA 63 29
Octal 1 320 254 144 0 21 22 252 143 51
Binary 1 11010000 10101100 1100100 0 10001 10010 10101010 1100011 101001

Color Harmonies of #01D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D0AC

Black with #01D0AC

Text Example


Text Example

White with #01D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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