#15F5FA

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

Shades of Aqua #15F5FA

Tints of Aqua #15F5FA

Color information

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

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

Color convert

RGB21245250-
CMYK0.920.0200.02
HSL181.31º95.82%53.14%-
HSV(B)181.31º91.6%98.04%-
XYZ50.2272.37101.76-
YUV178.59168.2915.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212452500.920.0200.02181.3195.8253.14
Hex15F5FA5C202b56035
Octal2536537213420226514065
Binary101011111010111111010101110010010101101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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