#0EFAED

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

Shades of Aqua #0EFAED

Tints of Aqua #0EFAED

Color information

#0EFAED (or 0x0EFAED) is unknown color: approx Aqua. HEX triplet: 0E, FA and ED. RGB value is (14,250,237). Sum of RGB (Red+Green+Blue) = 14+250+237=501 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.79% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFAED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFAED is #F10512. Grayscale: #B1B1B1. Windows color (decimal): -15795475 or 15596046. OLE color: 15596046.

HSL color Cylindrical-coordinate representation of color #0EFAED: hue angle of 176.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFAED is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB14250237-
CMYK0.9400.050.02
HSL176.69º95.93%51.76%-
HSV(B)176.69º94.4%98.04%-
XYZ49.6574.5891.9-
YUV177.95161.3111.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.79%
GREEN value IS 250 (98.05% from 255) = 49.90%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=2.79%
G=49.90%
B=47.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142502370.9400.050.02176.6995.9351.76
HexEFAED5E052b16034
Octal1637235513605226114064
Binary111011111010111011011011110010110101100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,250,237); }

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

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

 a { background-color: rgb(14,250,237); }

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

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

 span { border-color: rgb(14,250,237); }

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