Shades of Aqua #30EEFE
Tints of Aqua #30EEFE
RGB
CMYK
RGB Variations
Color information
#30EEFE (or 0x30EEFE) is known color: Aqua. HEX triplet: 30, EE and FE. RGB value is (48,238,254). Sum of RGB (Red+Green+Blue) = 48+238+254=540 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.89% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #30EEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EEFE is #CF1101. Grayscale: #B6B6B6. Windows color (decimal): -13570306 or 16707120. OLE color: 16707120.
HSL color Cylindrical-coordinate representation of color #30EEFE: hue angle of 184.66º 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 #30EEFE is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 238 | 254 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.00 |
| HSL | 184.66º | 0.99% | 0.59% | - |
| HSV(B) | 184.66º | 0.81% | 1% | - |
| XYZ | 49.68 | 68.93 | 104.45 | - |
| YUV | 183.01 | 168.05 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 254 | 0.81 | 0.06 | 0 | 0.00 | 184.66 | 0.99 | 0.59 |
| Hex | 30 | EE | FE | 51 | 6 | 0 | 0 | B9 | 63 | 3B |
| Octal | 60 | 356 | 376 | 121 | 6 | 0 | 0 | 271 | 143 | 73 |
| Binary | 110000 | 11101110 | 11111110 | 1010001 | 110 | 0 | 0 | 10111001 | 1100011 | 111011 |
Color Harmonies of #30EEFE
Complementary color
Monochromatic Colors of #30EEFE
Black with #30EEFE
Text Example
Text Example
White with #30EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EEFE; }
p { color: rgb(48,238,254); }
H1.HeaderClassName
{
color: #30EEFE;
}
.AnyTagClassName
{
color: #30EEFE;
}
</style>
background-color css
<style>
a { background-color: #30EEFE; }
a { background-color: rgb(48,238,254); }
div.DivClassName
{
background-color: #30EEFE;
}
.BgClassName
{
background-color: #30EEFE;
}
</style>
border-color css
<style>
span { border-color: #30EEFE; }
span { border-color: rgb(48,238,254); }
td.TdClassName
{
border-color: #30EEFE;
}
.TagClassName
{
border-color: #30EEFE;
}
</style>