#03F0FA

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

Shades of Aqua #03F0FA

Tints of Aqua #03F0FA

Color information

#03F0FA (or 0x03F0FA) is unknown color: approx Aqua. HEX triplet: 03, F0 and FA. RGB value is (3,240,250). Sum of RGB (Red+Green+Blue) = 3+240+250=493 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #03F0FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F0FA is #FC0F05. Grayscale: #AAAAAA. Windows color (decimal): -16518918 or 16445443. OLE color: 16445443.

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

Color convert

RGB3240250-
CMYK0.990.0400.02
HSL182.43º97.63%49.61%-
HSV(B)182.43º98.8%98.04%-
XYZ48.4569.24101.25-
YUV170.28172.988.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.61%
GREEN value IS 240 (94.14% from 255) = 48.68%
BLUE value IS 250 (98.05% from 255) = 50.71%
R=0.61%
G=48.68%
B=50.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal32402500.990.0400.02182.4397.6349.61
Hex3F0FA63402b66232
Octal336037214340226614262
Binary1111110000111110101100011100010101101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03F0FA; }

 p { color: rgb(3,240,250); }

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

<style>
 a { background-color: #03F0FA; }

 a { background-color: rgb(3,240,250); }

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

<style>
 span { border-color: #03F0FA; }

 span { border-color: rgb(3,240,250); }

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