#15FAF6

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

Shades of Aqua #15FAF6

Tints of Aqua #15FAF6

Color information

#15FAF6 (or 0x15FAF6) is unknown color: approx Aqua. HEX triplet: 15, FA and F6. RGB value is (21,250,246). Sum of RGB (Red+Green+Blue) = 21+250+246=517 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.06% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #15FAF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FAF6 is #EA0509. Grayscale: #B4B4B4. Windows color (decimal): -15336714 or 16185877. OLE color: 16185877.

HSL color Cylindrical-coordinate representation of color #15FAF6: hue angle of 178.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FAF6 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB21250246-
CMYK0.9200.020.02
HSL178.95º95.82%53.14%-
HSV(B)178.95º91.6%98.04%-
XYZ51.1375.1899.01-
YUV181.07164.6313.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.06%
GREEN value IS 250 (98.05% from 255) = 48.36%
BLUE value IS 246 (96.48% from 255) = 47.58%
R=4.06%
G=48.36%
B=47.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212502460.9200.020.02178.9595.8253.14
Hex15FAF65C022b36035
Octal2537236613402226314065
Binary101011111101011110110101110001010101100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15FAF6; }

 p { color: rgb(21,250,246); }

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

<style>
 a { background-color: #15FAF6; }

 a { background-color: rgb(21,250,246); }

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

<style>
 span { border-color: #15FAF6; }

 span { border-color: rgb(21,250,246); }

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