Shades of Aqua #30F0FF
Tints of Aqua #30F0FF
RGB
CMYK
RGB Variations
Color information
#30F0FF (or 0x30F0FF) is known color: Aqua. HEX triplet: 30, F0 and FF. RGB value is (48,240,255). Sum of RGB (Red+Green+Blue) = 48+240+255=543 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.84% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #30F0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F0FF is #CF0F00. Grayscale: #B8B8B8. Windows color (decimal): -13569793 or 16773168. OLE color: 16773168.
HSL color Cylindrical-coordinate representation of color #30F0FF: hue angle of 184.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F0FF is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 240 | 255 | - |
| CMYK | 0.81 | 0.06 | 0 | 0 |
| HSL | 184.35º | 1% | 0.59% | - |
| HSV(B) | 184.35º | 0.81% | 1% | - |
| XYZ | 50.43 | 70.17 | 105.49 | - |
| YUV | 184.3 | 167.89 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 240 | 255 | 0.81 | 0.06 | 0 | 0 | 184.35 | 1 | 0.59 |
| Hex | 30 | F0 | FF | 51 | 6 | 0 | 0 | B8 | 64 | 3B |
| Octal | 60 | 360 | 377 | 121 | 6 | 0 | 0 | 270 | 144 | 73 |
| Binary | 110000 | 11110000 | 11111111 | 1010001 | 110 | 0 | 0 | 10111000 | 1100100 | 111011 |
Color Harmonies of #30F0FF
Complementary color
Monochromatic Colors of #30F0FF
Black with #30F0FF
Text Example
Text Example
White with #30F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F0FF; }
p { color: rgb(48,240,255); }
H1.HeaderClassName
{
color: #30F0FF;
}
.AnyTagClassName
{
color: #30F0FF;
}
</style>
background-color css
<style>
a { background-color: #30F0FF; }
a { background-color: rgb(48,240,255); }
div.DivClassName
{
background-color: #30F0FF;
}
.BgClassName
{
background-color: #30F0FF;
}
</style>
border-color css
<style>
span { border-color: #30F0FF; }
span { border-color: rgb(48,240,255); }
td.TdClassName
{
border-color: #30F0FF;
}
.TagClassName
{
border-color: #30F0FF;
}
</style>