Shades of Aqua #30FFFD
Tints of Aqua #30FFFD
RGB
CMYK
RGB Variations
Color information
#30FFFD (or 0x30FFFD) is known color: Aqua. HEX triplet: 30, FF and FD. RGB value is (48,255,253). Sum of RGB (Red+Green+Blue) = 48+255+253=556 (73% of max value = 765). Red value is 48 (19.14% from 255 or 8.63% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FFFD is #CF0002. Grayscale: #C0C0C0. Windows color (decimal): -13565955 or 16645936. OLE color: 16645936.
HSL color Cylindrical-coordinate representation of color #30FFFD: hue angle of 179.42º 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 #30FFFD is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 253 | - |
| CMYK | 0.81 | 0 | 0.01 | 0 |
| HSL | 179.42º | 1% | 0.59% | - |
| HSV(B) | 179.42º | 0.81% | 1% | - |
| XYZ | 54.71 | 79.24 | 105.34 | - |
| YUV | 192.88 | 161.92 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 253 | 0.81 | 0 | 0.01 | 0 | 179.42 | 1 | 0.59 |
| Hex | 30 | FF | FD | 51 | 0 | 1 | 0 | B3 | 64 | 3B |
| Octal | 60 | 377 | 375 | 121 | 0 | 1 | 0 | 263 | 144 | 73 |
| Binary | 110000 | 11111111 | 11111101 | 1010001 | 0 | 1 | 0 | 10110011 | 1100100 | 111011 |
Color Harmonies of #30FFFD
Complementary color
Monochromatic Colors of #30FFFD
Black with #30FFFD
Text Example
Text Example
White with #30FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFFD; }
p { color: rgb(48,255,253); }
H1.HeaderClassName
{
color: #30FFFD;
}
.AnyTagClassName
{
color: #30FFFD;
}
</style>
background-color css
<style>
a { background-color: #30FFFD; }
a { background-color: rgb(48,255,253); }
div.DivClassName
{
background-color: #30FFFD;
}
.BgClassName
{
background-color: #30FFFD;
}
</style>
border-color css
<style>
span { border-color: #30FFFD; }
span { border-color: rgb(48,255,253); }
td.TdClassName
{
border-color: #30FFFD;
}
.TagClassName
{
border-color: #30FFFD;
}
</style>