#0EDFA8

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

Shades of Caribbean Green #0EDFA8

Tints of Caribbean Green #0EDFA8

Color information

#0EDFA8 (or 0x0EDFA8) is unknown color: approx Caribbean Green. HEX triplet: 0E, DF and A8. RGB value is (14,223,168). Sum of RGB (Red+Green+Blue) = 14+223+168=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFA8 is #F12057. Grayscale: #9A9A9A. Windows color (decimal): -15802456 or 11067150. OLE color: 11067150.

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

Color convert

RGB14223168-
CMYK0.9400.250.13
HSL164.21º88.19%46.47%-
HSV(B)164.21º93.72%87.45%-
XYZ33.6455.746.02-
YUV154.24135.7627.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.46%
GREEN value IS 223 (87.5% from 255) = 55.06%
BLUE value IS 168 (66.02% from 255) = 41.48%
R=3.46%
G=55.06%
B=41.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142231680.9400.250.13164.2188.1946.47
HexEDFA85E019Da4582e
Octal163372501360311524413056
Binary1110110111111010100010111100110011101101001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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