#0EDFA0

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

Shades of Caribbean Green #0EDFA0

Tints of Caribbean Green #0EDFA0

Color information

#0EDFA0 (or 0x0EDFA0) is unknown color: approx Caribbean Green. HEX triplet: 0E, DF and A0. RGB value is (14,223,160). Sum of RGB (Red+Green+Blue) = 14+223+160=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFA0 is #F1205F. Grayscale: #999999. Windows color (decimal): -15802464 or 10542862. OLE color: 10542862.

HSL color Cylindrical-coordinate representation of color #0EDFA0: hue angle of 161.91º 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 #0EDFA0 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB14223160-
CMYK0.9400.280.13
HSL161.91º88.19%46.47%-
HSV(B)161.91º93.72%87.45%-
XYZ32.9155.4142.22-
YUV153.33131.7628.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.53%
GREEN value IS 223 (87.5% from 255) = 56.17%
BLUE value IS 160 (62.89% from 255) = 40.30%
R=3.53%
G=56.17%
B=40.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142231600.9400.280.13161.9188.1946.47
HexEDFA05E01CDa2582e
Octal163372401360341524213056
Binary1110110111111010000010111100111001101101000101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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