#28f8f8

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

Shades of Aqua #28F8F8

Tints of Aqua #28F8F8

Color information

#28F8F8 (or 0x28F8F8) is unknown color: approx Aqua. HEX triplet: 28, F8 and F8. RGB value is (40,248,248). Sum of RGB (Red+Green+Blue) = 40+248+248=536 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.46% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: green, blue. Hex color #28F8F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F8F8 is #D70707. Grayscale: #B9B9B9. Windows color (decimal): -14092040 or 16316456. OLE color: 16316456.

HSL color Cylindrical-coordinate representation of color #28F8F8: hue angle of 180º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F8F8 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB40248248-
CMYK0.84000.03
HSL180º93.69%56.47%-
HSV(B)180º83.87%97.25%-
XYZ51.3974.36100.45-
YUV185.81163.0924-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 7.46%
GREEN value IS 248 (97.27% from 255) = 46.27%
BLUE value IS 248 (97.27% from 255) = 46.27%
R=7.46%
G=46.27%
B=46.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal402482480.84000.0318093.6956.47
Hex28F8F854003b45e38
Octal5037037012400326413670
Binary101000111110001111100010101000011101101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28f8f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,248,248); }

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

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

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

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

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

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

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