#05FCEA

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

Shades of Aqua #05FCEA

Tints of Aqua #05FCEA

Color information

#05FCEA (or 0x05FCEA) is unknown color: approx Aqua. HEX triplet: 05, FC and EA. RGB value is (5,252,234). Sum of RGB (Red+Green+Blue) = 5+252+234=491 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FCEA is #FA0315. Grayscale: #AFAFAF. Windows color (decimal): -16384790 or 15399941. OLE color: 15399941.

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

Color convert

RGB5252234-
CMYK0.9800.070.01
HSL175.63º97.63%50.39%-
HSV(B)175.63º98.02%98.82%-
XYZ49.7275.5989.81-
YUV176.09160.675.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.02%
GREEN value IS 252 (98.83% from 255) = 51.32%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=1.02%
G=51.32%
B=47.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52522340.9800.070.01175.6397.6350.39
Hex5FCEA62071b06232
Octal537435214207126014262
Binary1011111110011101010110001001111101100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,252,234); }

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

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

 a { background-color: rgb(5,252,234); }

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

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

 span { border-color: rgb(5,252,234); }

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