#0ED4AF

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

Shades of Caribbean Green #0ED4AF

Tints of Caribbean Green #0ED4AF

Color information

#0ED4AF (or 0x0ED4AF) is unknown color: approx Caribbean Green. HEX triplet: 0E, D4 and AF. RGB value is (14,212,175). Sum of RGB (Red+Green+Blue) = 14+212+175=401 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.49% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED4AF is #F12B50. Grayscale: #949494. Windows color (decimal): -15805265 or 11523086. OLE color: 11523086.

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

Color convert

RGB14212175-
CMYK0.9300.170.17
HSL168.79º87.61%44.31%-
HSV(B)168.79º93.4%83.14%-
XYZ31.4650.2848.6-
YUV148.58142.932.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.49%
GREEN value IS 212 (83.20% from 255) = 52.87%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=3.49%
G=52.87%
B=43.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142121750.9300.170.17168.7987.6144.31
HexED4AF5D01111a9582c
Octal163242571350212125113054
Binary11101101010010101111101110101000110001101010011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,212,175); }

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

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

 a { background-color: rgb(14,212,175); }

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

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

 span { border-color: rgb(14,212,175); }

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