Shades of Aqua #30FBFC
Tints of Aqua #30FBFC
RGB
CMYK
RGB Variations
Color information
#30FBFC (or 0x30FBFC) is known color: Aqua. HEX triplet: 30, FB and FC. RGB value is (48,251,252). Sum of RGB (Red+Green+Blue) = 48+251+252=551 (72% of max value = 765). Red value is 48 (19.14% from 255 or 8.71% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #30FBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FBFC is #CF0403. Grayscale: #BEBEBE. Windows color (decimal): -13566980 or 16579376. OLE color: 16579376.
HSL color Cylindrical-coordinate representation of color #30FBFC: hue angle of 180.29º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FBFC is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 251 | 252 | - |
| CMYK | 0.81 | 0.00 | 0 | 0.01 |
| HSL | 180.29º | 0.97% | 0.59% | - |
| HSV(B) | 180.29º | 0.81% | 0.99% | - |
| XYZ | 53.29 | 76.65 | 104.08 | - |
| YUV | 190.42 | 162.75 | 26.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 252 | 0.81 | 0.00 | 0 | 0.01 | 180.29 | 0.97 | 0.59 |
| Hex | 30 | FB | FC | 51 | 0 | 0 | 1 | B4 | 61 | 3B |
| Octal | 60 | 373 | 374 | 121 | 0 | 0 | 1 | 264 | 141 | 73 |
| Binary | 110000 | 11111011 | 11111100 | 1010001 | 0 | 0 | 1 | 10110100 | 1100001 | 111011 |
Color Harmonies of #30FBFC
Complementary color
Monochromatic Colors of #30FBFC
Black with #30FBFC
Text Example
Text Example
White with #30FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FBFC; }
p { color: rgb(48,251,252); }
H1.HeaderClassName
{
color: #30FBFC;
}
.AnyTagClassName
{
color: #30FBFC;
}
</style>
background-color css
<style>
a { background-color: #30FBFC; }
a { background-color: rgb(48,251,252); }
div.DivClassName
{
background-color: #30FBFC;
}
.BgClassName
{
background-color: #30FBFC;
}
</style>
border-color css
<style>
span { border-color: #30FBFC; }
span { border-color: rgb(48,251,252); }
td.TdClassName
{
border-color: #30FBFC;
}
.TagClassName
{
border-color: #30FBFC;
}
</style>