Shades of Aqua #30F1FF
Tints of Aqua #30F1FF
RGB
CMYK
RGB Variations
Color information
#30F1FF (or 0x30F1FF) is known color: Aqua. HEX triplet: 30, F1 and FF. RGB value is (48,241,255). Sum of RGB (Red+Green+Blue) = 48+241+255=544 (72% of max value = 765). Red value is 48 (19.14% from 255 or 8.82% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #30F1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F1FF is #CF0E00. Grayscale: #B8B8B8. Windows color (decimal): -13569537 or 16773424. OLE color: 16773424.
HSL color Cylindrical-coordinate representation of color #30F1FF: hue angle of 184.06º 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 #30F1FF is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 241 | 255 | - |
| CMYK | 0.81 | 0.05 | 0 | 0 |
| HSL | 184.06º | 1% | 0.59% | - |
| HSV(B) | 184.06º | 0.81% | 1% | - |
| XYZ | 50.72 | 70.76 | 105.59 | - |
| YUV | 184.89 | 167.56 | 30.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 255 | 0.81 | 0.05 | 0 | 0 | 184.06 | 1 | 0.59 |
| Hex | 30 | F1 | FF | 51 | 5 | 0 | 0 | B8 | 64 | 3B |
| Octal | 60 | 361 | 377 | 121 | 5 | 0 | 0 | 270 | 144 | 73 |
| Binary | 110000 | 11110001 | 11111111 | 1010001 | 101 | 0 | 0 | 10111000 | 1100100 | 111011 |
Color Harmonies of #30F1FF
Complementary color
Monochromatic Colors of #30F1FF
Black with #30F1FF
Text Example
Text Example
White with #30F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F1FF; }
p { color: rgb(48,241,255); }
H1.HeaderClassName
{
color: #30F1FF;
}
.AnyTagClassName
{
color: #30F1FF;
}
</style>
background-color css
<style>
a { background-color: #30F1FF; }
a { background-color: rgb(48,241,255); }
div.DivClassName
{
background-color: #30F1FF;
}
.BgClassName
{
background-color: #30F1FF;
}
</style>
border-color css
<style>
span { border-color: #30F1FF; }
span { border-color: rgb(48,241,255); }
td.TdClassName
{
border-color: #30F1FF;
}
.TagClassName
{
border-color: #30F1FF;
}
</style>