Shades of Aqua #30EFFF
Tints of Aqua #30EFFF
RGB
CMYK
RGB Variations
Color information
#30EFFF (or 0x30EFFF) is known color: Aqua. HEX triplet: 30, EF and FF. RGB value is (48,239,255). Sum of RGB (Red+Green+Blue) = 48+239+255=542 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.86% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #30EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EFFF is #CF1000. Grayscale: #B7B7B7. Windows color (decimal): -13570049 or 16772912. OLE color: 16772912.
HSL color Cylindrical-coordinate representation of color #30EFFF: hue angle of 184.64º 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 #30EFFF is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 239 | 255 | - |
| CMYK | 0.81 | 0.06 | 0 | 0 |
| HSL | 184.64º | 1% | 0.59% | - |
| HSV(B) | 184.64º | 0.81% | 1% | - |
| XYZ | 50.14 | 69.58 | 105.4 | - |
| YUV | 183.72 | 168.22 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 239 | 255 | 0.81 | 0.06 | 0 | 0 | 184.64 | 1 | 0.59 |
| Hex | 30 | EF | FF | 51 | 6 | 0 | 0 | B9 | 64 | 3B |
| Octal | 60 | 357 | 377 | 121 | 6 | 0 | 0 | 271 | 144 | 73 |
| Binary | 110000 | 11101111 | 11111111 | 1010001 | 110 | 0 | 0 | 10111001 | 1100100 | 111011 |
Color Harmonies of #30EFFF
Complementary color
Monochromatic Colors of #30EFFF
Black with #30EFFF
Text Example
Text Example
White with #30EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EFFF; }
p { color: rgb(48,239,255); }
H1.HeaderClassName
{
color: #30EFFF;
}
.AnyTagClassName
{
color: #30EFFF;
}
</style>
background-color css
<style>
a { background-color: #30EFFF; }
a { background-color: rgb(48,239,255); }
div.DivClassName
{
background-color: #30EFFF;
}
.BgClassName
{
background-color: #30EFFF;
}
</style>
border-color css
<style>
span { border-color: #30EFFF; }
span { border-color: rgb(48,239,255); }
td.TdClassName
{
border-color: #30EFFF;
}
.TagClassName
{
border-color: #30EFFF;
}
</style>