#0EDFAD

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

Shades of Caribbean Green #0EDFAD

Tints of Caribbean Green #0EDFAD

Color information

#0EDFAD (or 0x0EDFAD) is unknown color: approx Caribbean Green. HEX triplet: 0E, DF and AD. RGB value is (14,223,173). Sum of RGB (Red+Green+Blue) = 14+223+173=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFAD is #F12052. Grayscale: #9A9A9A. Windows color (decimal): -15802451 or 11394830. OLE color: 11394830.

HSL color Cylindrical-coordinate representation of color #0EDFAD: hue angle of 165.65º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDFAD is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB14223173-
CMYK0.9400.220.13
HSL165.65º88.19%46.47%-
HSV(B)165.65º93.72%87.45%-
XYZ34.1155.8948.52-
YUV154.81138.2627.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.41%
GREEN value IS 223 (87.5% from 255) = 54.39%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=3.41%
G=54.39%
B=42.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142231730.9400.220.13165.6588.1946.47
HexEDFAD5E016Da6582e
Octal163372551360261524613056
Binary1110110111111010110110111100101101101101001101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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