#02FCF4

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

Shades of Aqua #02FCF4

Tints of Aqua #02FCF4

Color information

#02FCF4 (or 0x02FCF4) is unknown color: approx Aqua. HEX triplet: 02, FC and F4. RGB value is (2,252,244). Sum of RGB (Red+Green+Blue) = 2+252+244=498 (65% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FCF4 is #FD030B. Grayscale: #B0B0B0. Windows color (decimal): -16581388 or 16055298. OLE color: 16055298.

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

Color convert

RGB2252244-
CMYK0.9900.030.01
HSL178.08º98.43%49.8%-
HSV(B)178.08º99.21%98.82%-
XYZ51.1676.1797.59-
YUV176.34166.183.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.40%
GREEN value IS 252 (98.83% from 255) = 50.60%
BLUE value IS 244 (95.70% from 255) = 49.00%
R=0.40%
G=50.60%
B=49.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal22522440.9900.030.01178.0898.4349.8
Hex2FCF463031b26232
Octal237436414303126214262
Binary10111111001111010011000110111101100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02FCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02FCF4; }

 p { color: rgb(2,252,244); }

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

<style>
 a { background-color: #02FCF4; }

 a { background-color: rgb(2,252,244); }

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

<style>
 span { border-color: #02FCF4; }

 span { border-color: rgb(2,252,244); }

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