Shades of Aqua #30FBFE
Tints of Aqua #30FBFE
RGB
CMYK
RGB Variations
Color information
#30FBFE (or 0x30FBFE) is known color: Aqua. HEX triplet: 30, FB and FE. RGB value is (48,251,254). Sum of RGB (Red+Green+Blue) = 48+251+254=553 (73% of max value = 765). Red value is 48 (19.14% from 255 or 8.68% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #30FBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FBFE is #CF0401. Grayscale: #BEBEBE. Windows color (decimal): -13566978 or 16710448. OLE color: 16710448.
HSL color Cylindrical-coordinate representation of color #30FBFE: hue angle of 180.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FBFE is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 251 | 254 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.00 |
| HSL | 180.87º | 0.99% | 0.59% | - |
| HSV(B) | 180.87º | 0.81% | 1% | - |
| XYZ | 53.61 | 76.78 | 105.76 | - |
| YUV | 190.65 | 163.75 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 254 | 0.81 | 0.01 | 0 | 0.00 | 180.87 | 0.99 | 0.59 |
| Hex | 30 | FB | FE | 51 | 1 | 0 | 0 | B5 | 63 | 3B |
| Octal | 60 | 373 | 376 | 121 | 1 | 0 | 0 | 265 | 143 | 73 |
| Binary | 110000 | 11111011 | 11111110 | 1010001 | 1 | 0 | 0 | 10110101 | 1100011 | 111011 |
Color Harmonies of #30FBFE
Complementary color
Monochromatic Colors of #30FBFE
Black with #30FBFE
Text Example
Text Example
White with #30FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FBFE; }
p { color: rgb(48,251,254); }
H1.HeaderClassName
{
color: #30FBFE;
}
.AnyTagClassName
{
color: #30FBFE;
}
</style>
background-color css
<style>
a { background-color: #30FBFE; }
a { background-color: rgb(48,251,254); }
div.DivClassName
{
background-color: #30FBFE;
}
.BgClassName
{
background-color: #30FBFE;
}
</style>
border-color css
<style>
span { border-color: #30FBFE; }
span { border-color: rgb(48,251,254); }
td.TdClassName
{
border-color: #30FBFE;
}
.TagClassName
{
border-color: #30FBFE;
}
</style>