Shades of Aqua #30F5FA
Tints of Aqua #30F5FA
RGB
CMYK
RGB Variations
Color information
#30F5FA (or 0x30F5FA) is known color: Aqua. HEX triplet: 30, F5 and FA. RGB value is (48,245,250). Sum of RGB (Red+Green+Blue) = 48+245+250=543 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.84% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #30F5FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F5FA is #CF0A05. Grayscale: #BABABA. Windows color (decimal): -13568518 or 16446768. OLE color: 16446768.
HSL color Cylindrical-coordinate representation of color #30F5FA: hue angle of 181.49º degrees, saturation: 0.95, 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 #30F5FA is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 245 | 250 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.02 |
| HSL | 181.49º | 0.95% | 0.58% | - |
| HSV(B) | 181.49º | 0.81% | 0.98% | - |
| XYZ | 51.13 | 72.84 | 101.81 | - |
| YUV | 186.67 | 163.73 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 245 | 250 | 0.81 | 0.02 | 0 | 0.02 | 181.49 | 0.95 | 0.58 |
| Hex | 30 | F5 | FA | 51 | 2 | 0 | 2 | B5 | 5F | 3A |
| Octal | 60 | 365 | 372 | 121 | 2 | 0 | 2 | 265 | 137 | 72 |
| Binary | 110000 | 11110101 | 11111010 | 1010001 | 10 | 0 | 10 | 10110101 | 1011111 | 111010 |
Color Harmonies of #30F5FA
Complementary color
Monochromatic Colors of #30F5FA
Black with #30F5FA
Text Example
Text Example
White with #30F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F5FA; }
p { color: rgb(48,245,250); }
H1.HeaderClassName
{
color: #30F5FA;
}
.AnyTagClassName
{
color: #30F5FA;
}
</style>
background-color css
<style>
a { background-color: #30F5FA; }
a { background-color: rgb(48,245,250); }
div.DivClassName
{
background-color: #30F5FA;
}
.BgClassName
{
background-color: #30F5FA;
}
</style>
border-color css
<style>
span { border-color: #30F5FA; }
span { border-color: rgb(48,245,250); }
td.TdClassName
{
border-color: #30F5FA;
}
.TagClassName
{
border-color: #30F5FA;
}
</style>