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