#01D8AD

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

Shades of Caribbean Green #01D8AD

Tints of Caribbean Green #01D8AD

Color information

#01D8AD (or 0x01D8AD) is unknown color: approx Caribbean Green. HEX triplet: 01, D8 and AD. RGB value is (1,216,173). Sum of RGB (Red+Green+Blue) = 1+216+173=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 216 (84.77% from 255 or 55.38% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 216 - color contains mainly: green. Hex color #01D8AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D8AD is #FE2752. Grayscale: #929292. Windows color (decimal): -16656211 or 11393025. OLE color: 11393025.

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

Color convert

RGB1216173-
CMYK1.0000.200.15
HSL168º99.08%42.55%-
HSV(B)168º99.54%84.71%-
XYZ32.1152.1447.91-
YUV146.81142.7724-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 216 (84.77% from 255) = 55.38%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=0.26%
G=55.38%
B=44.36%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12161731.0000.200.1516899.0842.55
Hex1D8AD64014Fa8632b
Octal13302551440241725014353
Binary1110110001010110111001000101001111101010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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