#15F8F2

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

Shades of Aqua #15F8F2

Tints of Aqua #15F8F2

Color information

#15F8F2 (or 0x15F8F2) is unknown color: approx Aqua. HEX triplet: 15, F8 and F2. RGB value is (21,248,242). Sum of RGB (Red+Green+Blue) = 21+248+242=511 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.11% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #15F8F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F8F2 is #EA070D. Grayscale: #B3B3B3. Windows color (decimal): -15337230 or 15923221. OLE color: 15923221.

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

Color convert

RGB21248242-
CMYK0.9200.020.03
HSL178.41º94.19%52.75%-
HSV(B)178.41º91.53%97.25%-
XYZ49.973.7195.6-
YUV179.44163.2914.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.11%
GREEN value IS 248 (97.27% from 255) = 48.53%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=4.11%
G=48.53%
B=47.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal212482420.9200.020.03178.4194.1952.75
Hex15F8F25C023b25e35
Octal2537036213402326213665
Binary101011111100011110010101110001011101100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,248,242); }

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

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

 a { background-color: rgb(21,248,242); }

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

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

 span { border-color: rgb(21,248,242); }

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