Shades of Aqua #30F9F8
Tints of Aqua #30F9F8
RGB
CMYK
RGB Variations
Color information
#30F9F8 (or 0x30F9F8) is known color: Aqua. HEX triplet: 30, F9 and F8. RGB value is (48,249,248). Sum of RGB (Red+Green+Blue) = 48+249+248=545 (72% of max value = 765). Red value is 48 (19.14% from 255 or 8.81% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F9F8 is #CF0607. Grayscale: #BCBCBC. Windows color (decimal): -13567496 or 16316720. OLE color: 16316720.
HSL color Cylindrical-coordinate representation of color #30F9F8: hue angle of 179.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F9F8 is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 248 | - |
| CMYK | 0.81 | 0 | 0.00 | 0.02 |
| HSL | 179.7º | 0.94% | 0.58% | - |
| HSV(B) | 179.7º | 0.81% | 0.98% | - |
| XYZ | 52.04 | 75.16 | 100.57 | - |
| YUV | 188.79 | 161.41 | 27.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 248 | 0.81 | 0 | 0.00 | 0.02 | 179.7 | 0.94 | 0.58 |
| Hex | 30 | F9 | F8 | 51 | 0 | 0 | 2 | B4 | 5E | 3A |
| Octal | 60 | 371 | 370 | 121 | 0 | 0 | 2 | 264 | 136 | 72 |
| Binary | 110000 | 11111001 | 11111000 | 1010001 | 0 | 0 | 10 | 10110100 | 1011110 | 111010 |
Color Harmonies of #30F9F8
Complementary color
Monochromatic Colors of #30F9F8
Black with #30F9F8
Text Example
Text Example
White with #30F9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F9F8; }
p { color: rgb(48,249,248); }
H1.HeaderClassName
{
color: #30F9F8;
}
.AnyTagClassName
{
color: #30F9F8;
}
</style>
background-color css
<style>
a { background-color: #30F9F8; }
a { background-color: rgb(48,249,248); }
div.DivClassName
{
background-color: #30F9F8;
}
.BgClassName
{
background-color: #30F9F8;
}
</style>
border-color css
<style>
span { border-color: #30F9F8; }
span { border-color: rgb(48,249,248); }
td.TdClassName
{
border-color: #30F9F8;
}
.TagClassName
{
border-color: #30F9F8;
}
</style>