#03F3F6

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

Shades of Aqua #03F3F6

Tints of Aqua #03F3F6

Color information

#03F3F6 (or 0x03F3F6) is unknown color: approx Aqua. HEX triplet: 03, F3 and F6. RGB value is (3,243,246). Sum of RGB (Red+Green+Blue) = 3+243+246=492 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #03F3F6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F3F6 is #FC0C09. Grayscale: #ABABAB. Windows color (decimal): -16518154 or 16184067. OLE color: 16184067.

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

Color convert

RGB3243246-
CMYK0.990.0100.04
HSL180.74º97.59%48.82%-
HSV(B)180.74º98.78%96.47%-
XYZ48.7270.7798.28-
YUV171.58169.997.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.61%
GREEN value IS 243 (95.31% from 255) = 49.39%
BLUE value IS 246 (96.48% from 255) = 50%
R=0.61%
G=49.39%
B=50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal32432460.990.0100.04180.7497.5948.82
Hex3F3F663104b56231
Octal336336614310426514261
Binary111111001111110110110001110100101101011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,243,246); }

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

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

 a { background-color: rgb(3,243,246); }

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

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

 span { border-color: rgb(3,243,246); }

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