#03FAF2

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

Shades of Aqua #03FAF2

Tints of Aqua #03FAF2

Color information

#03FAF2 (or 0x03FAF2) is unknown color: approx Aqua. HEX triplet: 03, FA and F2. RGB value is (3,250,242). Sum of RGB (Red+Green+Blue) = 3+250+242=495 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #03FAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FAF2 is #FC050D. Grayscale: #AFAFAF. Windows color (decimal): -16516366 or 15923715. OLE color: 15923715.

HSL color Cylindrical-coordinate representation of color #03FAF2: hue angle of 178.06º 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 #03FAF2 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB3250242-
CMYK0.9900.030.02
HSL178.06º97.63%49.61%-
HSV(B)178.06º98.8%98.04%-
XYZ50.2574.895.79-
YUV175.24165.675.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.61%
GREEN value IS 250 (98.05% from 255) = 50.51%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=0.61%
G=50.51%
B=48.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal32502420.9900.030.02178.0697.6349.61
Hex3FAF263032b26232
Octal337236214303226214262
Binary111111101011110010110001101110101100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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