#28F5F9

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

Shades of Aqua #28F5F9

Tints of Aqua #28F5F9

Color information

#28F5F9 (or 0x28F5F9) is unknown color: approx Aqua. HEX triplet: 28, F5 and F9. RGB value is (40,245,249). Sum of RGB (Red+Green+Blue) = 40+245+249=534 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.49% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #28F5F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F5F9 is #D70A06. Grayscale: #B7B7B7. Windows color (decimal): -14092807 or 16381224. OLE color: 16381224.

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

Color convert

RGB40245249-
CMYK0.840.0200.02
HSL181.15º94.57%56.67%-
HSV(B)181.15º83.94%97.65%-
XYZ50.6372.6100.97-
YUV184.16164.5825.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 7.49%
GREEN value IS 245 (96.09% from 255) = 45.88%
BLUE value IS 249 (97.66% from 255) = 46.63%
R=7.49%
G=45.88%
B=46.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal402452490.840.0200.02181.1594.5756.67
Hex28F5F954202b55f39
Octal5036537112420226513771
Binary1010001111010111111001101010010010101101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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