#0EDFA3

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

Shades of Caribbean Green #0EDFA3

Tints of Caribbean Green #0EDFA3

Color information

#0EDFA3 (or 0x0EDFA3) is unknown color: approx Caribbean Green. HEX triplet: 0E, DF and A3. RGB value is (14,223,163). Sum of RGB (Red+Green+Blue) = 14+223+163=400 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.5% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFA3 is #F1205C. Grayscale: #999999. Windows color (decimal): -15802461 or 10739470. OLE color: 10739470.

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

Color convert

RGB14223163-
CMYK0.9400.270.13
HSL162.78º88.19%46.47%-
HSV(B)162.78º93.72%87.45%-
XYZ33.1855.5143.62-
YUV153.67133.2628.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.5%
GREEN value IS 223 (87.5% from 255) = 55.75%
BLUE value IS 163 (64.06% from 255) = 40.75%
R=3.5%
G=55.75%
B=40.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142231630.9400.270.13162.7888.1946.47
HexEDFA35E01BDa3582e
Octal163372431360331524313056
Binary1110110111111010001110111100110111101101000111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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