Shades of Summer Sky #3AC0DC
Tints of Summer Sky #3AC0DC
RGB
CMYK
RGB Variations
Color information
#3AC0DC (or 0x3AC0DC) is known color: Summer Sky. HEX triplet: 3A, C0 and DC. RGB value is (58,192,220). Sum of RGB (Red+Green+Blue) = 58+192+220=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AC0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC0DC is #C53F23. Grayscale: #9A9A9A. Windows color (decimal): -12926756 or 14467130. OLE color: 14467130.
HSL color Cylindrical-coordinate representation of color #3AC0DC: hue angle of 190.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC0DC is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 192 | 220 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.14 |
| HSL | 190.37º | 0.7% | 0.55% | - |
| HSV(B) | 190.37º | 0.74% | 0.86% | - |
| XYZ | 33.51 | 43.77 | 74.39 | - |
| YUV | 155.13 | 164.61 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 220 | 0.74 | 0.13 | 0 | 0.14 | 190.37 | 0.7 | 0.55 |
| Hex | 3A | C0 | DC | 4A | D | 0 | E | BE | 46 | 37 |
| Octal | 72 | 300 | 334 | 112 | 15 | 0 | 16 | 276 | 106 | 67 |
| Binary | 111010 | 11000000 | 11011100 | 1001010 | 1101 | 0 | 1110 | 10111110 | 1000110 | 110111 |
Color Harmonies of #3AC0DC
Complementary color
Monochromatic Colors of #3AC0DC
Black with #3AC0DC
Text Example
Text Example
White with #3AC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC0DC; }
p { color: rgb(58,192,220); }
H1.HeaderClassName
{
color: #3AC0DC;
}
.AnyTagClassName
{
color: #3AC0DC;
}
</style>
background-color css
<style>
a { background-color: #3AC0DC; }
a { background-color: rgb(58,192,220); }
div.DivClassName
{
background-color: #3AC0DC;
}
.BgClassName
{
background-color: #3AC0DC;
}
</style>
border-color css
<style>
span { border-color: #3AC0DC; }
span { border-color: rgb(58,192,220); }
td.TdClassName
{
border-color: #3AC0DC;
}
.TagClassName
{
border-color: #3AC0DC;
}
</style>