#06FFED

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

Shades of Aqua #06FFED

Tints of Aqua #06FFED

Color information

#06FFED (or 0x06FFED) is unknown color: approx Aqua. HEX triplet: 06, FF and ED. RGB value is (6,255,237). Sum of RGB (Red+Green+Blue) = 6+255+237=498 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFED is #F90012. Grayscale: #B2B2B2. Windows color (decimal): -16318483 or 15597318. OLE color: 15597318.

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

Color convert

RGB6255237-
CMYK0.9800.070
HSL175.66º100%51.18%-
HSV(B)175.66º97.65%100%-
XYZ51.1277.6792.42-
YUV178.5161.014.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.20%
GREEN value IS 255 (100% from 255) = 51.20%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=1.20%
G=51.20%
B=47.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62552370.9800.070175.6610051.18
Hex6FFED62070b06433
Octal637735514207026014463
Binary1101111111111101101110001001110101100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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