Shades of Aqua #30FEFE
Tints of Aqua #30FEFE
RGB
CMYK
RGB Variations
Color information
#30FEFE (or 0x30FEFE) is known color: Aqua. HEX triplet: 30, FE and FE. RGB value is (48,254,254). Sum of RGB (Red+Green+Blue) = 48+254+254=556 (73% of max value = 765). Red value is 48 (19.14% from 255 or 8.63% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #30FEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FEFE is #CF0101. Grayscale: #C0C0C0. Windows color (decimal): -13566210 or 16711216. OLE color: 16711216.
HSL color Cylindrical-coordinate representation of color #30FEFE: hue angle of 180º 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 #30FEFE is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 254 | - |
| CMYK | 0.81 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.59% | - |
| HSV(B) | 180º | 0.81% | 1% | - |
| XYZ | 54.55 | 78.67 | 106.08 | - |
| YUV | 192.41 | 162.75 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 254 | 0.81 | 0 | 0 | 0.00 | 180 | 0.99 | 0.59 |
| Hex | 30 | FE | FE | 51 | 0 | 0 | 0 | B4 | 63 | 3B |
| Octal | 60 | 376 | 376 | 121 | 0 | 0 | 0 | 264 | 143 | 73 |
| Binary | 110000 | 11111110 | 11111110 | 1010001 | 0 | 0 | 0 | 10110100 | 1100011 | 111011 |
Color Harmonies of #30FEFE
Complementary color
Monochromatic Colors of #30FEFE
Black with #30FEFE
Text Example
Text Example
White with #30FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEFE; }
p { color: rgb(48,254,254); }
H1.HeaderClassName
{
color: #30FEFE;
}
.AnyTagClassName
{
color: #30FEFE;
}
</style>
background-color css
<style>
a { background-color: #30FEFE; }
a { background-color: rgb(48,254,254); }
div.DivClassName
{
background-color: #30FEFE;
}
.BgClassName
{
background-color: #30FEFE;
}
</style>
border-color css
<style>
span { border-color: #30FEFE; }
span { border-color: rgb(48,254,254); }
td.TdClassName
{
border-color: #30FEFE;
}
.TagClassName
{
border-color: #30FEFE;
}
</style>