#15FAF5

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

Shades of Aqua #15FAF5

Tints of Aqua #15FAF5

Color information

#15FAF5 (or 0x15FAF5) is unknown color: approx Aqua. HEX triplet: 15, FA and F5. RGB value is (21,250,245). Sum of RGB (Red+Green+Blue) = 21+250+245=516 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.07% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #15FAF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FAF5 is #EA050A. Grayscale: #B4B4B4. Windows color (decimal): -15336715 or 16120341. OLE color: 16120341.

HSL color Cylindrical-coordinate representation of color #15FAF5: hue angle of 178.69º 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 #15FAF5 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB21250245-
CMYK0.9200.020.02
HSL178.69º95.82%53.14%-
HSV(B)178.69º91.6%98.04%-
XYZ50.9875.1298.2-
YUV180.96164.1313.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.07%
GREEN value IS 250 (98.05% from 255) = 48.45%
BLUE value IS 245 (96.09% from 255) = 47.48%
R=4.07%
G=48.45%
B=47.48%

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
Decimal212502450.9200.020.02178.6995.8253.14
Hex15FAF55C022b36035
Octal2537236513402226314065
Binary101011111101011110101101110001010101100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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