#06FFEE

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

Shades of Aqua #06FFEE

Tints of Aqua #06FFEE

Color information

#06FFEE (or 0x06FFEE) is unknown color: approx Aqua. HEX triplet: 06, FF and EE. RGB value is (6,255,238). Sum of RGB (Red+Green+Blue) = 6+255+238=499 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFEE is #F90011. Grayscale: #B2B2B2. Windows color (decimal): -16318482 or 15662854. OLE color: 15662854.

HSL color Cylindrical-coordinate representation of color #06FFEE: hue angle of 175.9º 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 #06FFEE is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB6255238-
CMYK0.9800.070
HSL175.9º100%51.18%-
HSV(B)175.9º97.65%100%-
XYZ51.2777.7393.19-
YUV178.61161.514.88-

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.10%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=1.20%
G=51.10%
B=47.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62552380.9800.070175.910051.18
Hex6FFEE62070b06433
Octal637735614207026014463
Binary1101111111111101110110001001110101100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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