#24F5F9

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

Shades of Aqua #24F5F9

Tints of Aqua #24F5F9

Color information

#24F5F9 (or 0x24F5F9) is unknown color: approx Aqua. HEX triplet: 24, F5 and F9. RGB value is (36,245,249). Sum of RGB (Red+Green+Blue) = 36+245+249=530 (70% of max value = 765). Red value is 36 (14.45% from 255 or 6.79% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #24F5F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F5F9 is #DB0A06. Grayscale: #B6B6B6. Windows color (decimal): -14354951 or 16381220. OLE color: 16381220.

HSL color Cylindrical-coordinate representation of color #24F5F9: hue angle of 181.13º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24F5F9 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB36245249-
CMYK0.860.0200.02
HSL181.13º94.67%55.88%-
HSV(B)181.13º85.54%97.65%-
XYZ50.4872.52100.96-
YUV182.96165.2623.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 6.79%
GREEN value IS 245 (96.09% from 255) = 46.23%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=6.79%
G=46.23%
B=46.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal362452490.860.0200.02181.1394.6755.88
Hex24F5F956202b55f38
Octal4436537112620226513770
Binary1001001111010111111001101011010010101101011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24F5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24F5F9; }

 p { color: rgb(36,245,249); }

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

<style>
 a { background-color: #24F5F9; }

 a { background-color: rgb(36,245,249); }

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

<style>
 span { border-color: #24F5F9; }

 span { border-color: rgb(36,245,249); }

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