Shades of Summer Sky #30C0CC
Tints of Summer Sky #30C0CC
RGB
CMYK
RGB Variations
Color information
#30C0CC (or 0x30C0CC) is known color: Summer Sky. HEX triplet: 30, C0 and CC. RGB value is (48,192,204). Sum of RGB (Red+Green+Blue) = 48+192+204=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #30C0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C0CC is #CF3F33. Grayscale: #969696. Windows color (decimal): -13582132 or 13418544. OLE color: 13418544.
HSL color Cylindrical-coordinate representation of color #30C0CC: hue angle of 184.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C0CC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 192 | 204 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.2 |
| HSL | 184.62º | 0.62% | 0.49% | - |
| HSV(B) | 184.62º | 0.76% | 0.8% | - |
| XYZ | 30.97 | 42.69 | 63.73 | - |
| YUV | 150.31 | 158.29 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 204 | 0.76 | 0.06 | 0 | 0.2 | 184.62 | 0.62 | 0.49 |
| Hex | 30 | C0 | CC | 4C | 6 | 0 | 14 | B9 | 3E | 31 |
| Octal | 60 | 300 | 314 | 114 | 6 | 0 | 24 | 271 | 76 | 61 |
| Binary | 110000 | 11000000 | 11001100 | 1001100 | 110 | 0 | 10100 | 10111001 | 111110 | 110001 |
Color Harmonies of #30C0CC
Complementary color
Monochromatic Colors of #30C0CC
Black with #30C0CC
Text Example
Text Example
White with #30C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C0CC; }
p { color: rgb(48,192,204); }
H1.HeaderClassName
{
color: #30C0CC;
}
.AnyTagClassName
{
color: #30C0CC;
}
</style>
background-color css
<style>
a { background-color: #30C0CC; }
a { background-color: rgb(48,192,204); }
div.DivClassName
{
background-color: #30C0CC;
}
.BgClassName
{
background-color: #30C0CC;
}
</style>
border-color css
<style>
span { border-color: #30C0CC; }
span { border-color: rgb(48,192,204); }
td.TdClassName
{
border-color: #30C0CC;
}
.TagClassName
{
border-color: #30C0CC;
}
</style>