#01D2AD

Color #01D2AD Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #01D2AD

Tints of Caribbean Green #01D2AD

Color information

#01D2AD (or 0x01D2AD) is unknown color: approx Caribbean Green. HEX triplet: 01, D2 and AD. RGB value is (1,210,173). Sum of RGB (Red+Green+Blue) = 1+210+173=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #01D2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D2AD is #FE2D52. Grayscale: #8F8F8F. Windows color (decimal): -16657747 or 11391489. OLE color: 11391489.

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

Color convert

RGB1210173-
CMYK1.0000.180.18
HSL169.38º99.05%41.37%-
HSV(B)169.38º99.52%82.35%-
XYZ30.649.1247.4-
YUV143.29144.7626.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 210 (82.42% from 255) = 54.69%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=0.26%
G=54.69%
B=45.05%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12101731.0000.180.18169.3899.0541.37
Hex1D2AD6401212a96329
Octal13222551440222225114351
Binary11101001010101101110010001001010010101010011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,210,173); }

 H1.HeaderClassName
 {
   color: #01D2AD;
 }
 .AnyTagClassName
 {
   color: #01D2AD;
 }
</style>
background-color css

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

 a { background-color: rgb(1,210,173); }

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

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

 span { border-color: rgb(1,210,173); }

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