Shades of Aqua #30FEF5
Tints of Aqua #30FEF5
RGB
CMYK
RGB Variations
Color information
#30FEF5 (or 0x30FEF5) is known color: Aqua. HEX triplet: 30, FE and F5. RGB value is (48,254,245). Sum of RGB (Red+Green+Blue) = 48+254+245=547 (72% of max value = 765). Red value is 48 (19.14% from 255 or 8.78% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FEF5 is #CF010A. Grayscale: #BFBFBF. Windows color (decimal): -13566219 or 16121392. OLE color: 16121392.
HSL color Cylindrical-coordinate representation of color #30FEF5: hue angle of 177.38º 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 #30FEF5 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 245 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.00 |
| HSL | 177.38º | 0.99% | 0.59% | - |
| HSV(B) | 177.38º | 0.81% | 1% | - |
| XYZ | 53.14 | 78.1 | 98.66 | - |
| YUV | 191.38 | 158.25 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 245 | 0.81 | 0 | 0.04 | 0.00 | 177.38 | 0.99 | 0.59 |
| Hex | 30 | FE | F5 | 51 | 0 | 4 | 0 | B1 | 63 | 3B |
| Octal | 60 | 376 | 365 | 121 | 0 | 4 | 0 | 261 | 143 | 73 |
| Binary | 110000 | 11111110 | 11110101 | 1010001 | 0 | 100 | 0 | 10110001 | 1100011 | 111011 |
Color Harmonies of #30FEF5
Complementary color
Monochromatic Colors of #30FEF5
Black with #30FEF5
Text Example
Text Example
White with #30FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEF5; }
p { color: rgb(48,254,245); }
H1.HeaderClassName
{
color: #30FEF5;
}
.AnyTagClassName
{
color: #30FEF5;
}
</style>
background-color css
<style>
a { background-color: #30FEF5; }
a { background-color: rgb(48,254,245); }
div.DivClassName
{
background-color: #30FEF5;
}
.BgClassName
{
background-color: #30FEF5;
}
</style>
border-color css
<style>
span { border-color: #30FEF5; }
span { border-color: rgb(48,254,245); }
td.TdClassName
{
border-color: #30FEF5;
}
.TagClassName
{
border-color: #30FEF5;
}
</style>