#00FFED

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

Shades of Aqua #00FFED

Tints of Aqua #00FFED

Color information

#00FFED (or 0x00FFED) is unknown color: approx Aqua. HEX triplet: 00, FF and ED. RGB value is (0,255,237). Sum of RGB (Red+Green+Blue) = 0+255+237=492 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFED is #FF0012. Grayscale: #B0B0B0. Windows color (decimal): -16711699 or 15597312. OLE color: 15597312.

HSL color Cylindrical-coordinate representation of color #00FFED: hue angle of 175.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFED is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB0255237-
CMYK100.070
HSL175.76º100%50%-
HSV(B)175.76º100%100%-
XYZ51.0577.6392.42-
YUV176.7162.021.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 255 (100% from 255) = 51.83%
BLUE value IS 237 (92.97% from 255) = 48.17%
R=0%
G=51.83%
B=48.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal0255237100.070175.7610050
Hex0FFED64070b06432
Octal037735514407026014462
Binary01111111111101101110010001110101100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FFED; }

 p { color: rgb(0,255,237); }

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

<style>
 a { background-color: #00FFED; }

 a { background-color: rgb(0,255,237); }

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

<style>
 span { border-color: #00FFED; }

 span { border-color: rgb(0,255,237); }

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