#0ED2AD

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

Shades of Caribbean Green #0ED2AD

Tints of Caribbean Green #0ED2AD

Color information

#0ED2AD (or 0x0ED2AD) is unknown color: approx Caribbean Green. HEX triplet: 0E, D2 and AD. RGB value is (14,210,173). Sum of RGB (Red+Green+Blue) = 14+210+173=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED2AD is #F12D52. Grayscale: #939393. Windows color (decimal): -15805779 or 11391502. OLE color: 11391502.

HSL color Cylindrical-coordinate representation of color #0ED2AD: hue angle of 168.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED2AD is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB14210173-
CMYK0.9300.180.18
HSL168.67º87.5%43.92%-
HSV(B)168.67º93.33%82.35%-
XYZ30.7749.247.41-
YUV147.18142.5733.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.53%
GREEN value IS 210 (82.42% from 255) = 52.90%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=3.53%
G=52.90%
B=43.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142101730.9300.180.18168.6787.543.92
HexED2AD5D01212a9582c
Octal163222551350222225113054
Binary11101101001010101101101110101001010010101010011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ED2AD; }

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

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

<style>
 a { background-color: #0ED2AD; }

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

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

<style>
 span { border-color: #0ED2AD; }

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

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