#05F5F6

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

Shades of Aqua #05F5F6

Tints of Aqua #05F5F6

Color information

#05F5F6 (or 0x05F5F6) is unknown color: approx Aqua. HEX triplet: 05, F5 and F6. RGB value is (5,245,246). Sum of RGB (Red+Green+Blue) = 5+245+246=496 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #05F5F6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F5F6 is #FA0A09. Grayscale: #ADADAD. Windows color (decimal): -16386570 or 16184581. OLE color: 16184581.

HSL color Cylindrical-coordinate representation of color #05F5F6: hue angle of 180.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F5F6 is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5245246-
CMYK0.980.0000.04
HSL180.25º96.02%49.22%-
HSV(B)180.25º97.97%96.47%-
XYZ49.3571.9998.48-
YUV173.35168.997.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.01%
GREEN value IS 245 (96.09% from 255) = 49.40%
BLUE value IS 246 (96.48% from 255) = 49.60%
R=1.01%
G=49.40%
B=49.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52452460.980.0000.04180.2596.0249.22
Hex5F5F662004b46031
Octal536536614200426414061
Binary1011111010111110110110001000100101101001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05F5F6; }

 p { color: rgb(5,245,246); }

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

<style>
 a { background-color: #05F5F6; }

 a { background-color: rgb(5,245,246); }

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

<style>
 span { border-color: #05F5F6; }

 span { border-color: rgb(5,245,246); }

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