Shades of Summer Sky #30C2CF
Tints of Summer Sky #30C2CF
RGB
CMYK
RGB Variations
Color information
#30C2CF (or 0x30C2CF) is known color: Summer Sky. HEX triplet: 30, C2 and CF. RGB value is (48,194,207). Sum of RGB (Red+Green+Blue) = 48+194+207=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #30C2CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C2CF is #CF3D30. Grayscale: #979797. Windows color (decimal): -13581617 or 13615664. OLE color: 13615664.
HSL color Cylindrical-coordinate representation of color #30C2CF: hue angle of 184.91º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30C2CF is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 194 | 207 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.19 |
| HSL | 184.91º | 0.62% | 0.5% | - |
| HSV(B) | 184.91º | 0.77% | 0.81% | - |
| XYZ | 31.77 | 43.72 | 65.8 | - |
| YUV | 151.83 | 159.13 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 207 | 0.77 | 0.06 | 0 | 0.19 | 184.91 | 0.62 | 0.5 |
| Hex | 30 | C2 | CF | 4D | 6 | 0 | 13 | B9 | 3E | 32 |
| Octal | 60 | 302 | 317 | 115 | 6 | 0 | 23 | 271 | 76 | 62 |
| Binary | 110000 | 11000010 | 11001111 | 1001101 | 110 | 0 | 10011 | 10111001 | 111110 | 110010 |
Color Harmonies of #30C2CF
Complementary color
Monochromatic Colors of #30C2CF
Black with #30C2CF
Text Example
Text Example
White with #30C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C2CF; }
p { color: rgb(48,194,207); }
H1.HeaderClassName
{
color: #30C2CF;
}
.AnyTagClassName
{
color: #30C2CF;
}
</style>
background-color css
<style>
a { background-color: #30C2CF; }
a { background-color: rgb(48,194,207); }
div.DivClassName
{
background-color: #30C2CF;
}
.BgClassName
{
background-color: #30C2CF;
}
</style>
border-color css
<style>
span { border-color: #30C2CF; }
span { border-color: rgb(48,194,207); }
td.TdClassName
{
border-color: #30C2CF;
}
.TagClassName
{
border-color: #30C2CF;
}
</style>