Shades of Summer Sky #2EC2CF
Tints of Summer Sky #2EC2CF
RGB
CMYK
RGB Variations
Color information
#2EC2CF (or 0x2EC2CF) is known color: Summer Sky. HEX triplet: 2E, C2 and CF. RGB value is (46,194,207). Sum of RGB (Red+Green+Blue) = 46+194+207=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EC2CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC2CF is #D13D30. Grayscale: #979797. Windows color (decimal): -13712689 or 13615662. OLE color: 13615662.
HSL color Cylindrical-coordinate representation of color #2EC2CF: hue angle of 184.84º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EC2CF is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 194 | 207 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.19 |
| HSL | 184.84º | 0.64% | 0.5% | - |
| HSV(B) | 184.84º | 0.78% | 0.81% | - |
| XYZ | 31.68 | 43.67 | 65.79 | - |
| YUV | 151.23 | 159.47 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 207 | 0.78 | 0.06 | 0 | 0.19 | 184.84 | 0.64 | 0.5 |
| Hex | 2E | C2 | CF | 4E | 6 | 0 | 13 | B9 | 40 | 32 |
| Octal | 56 | 302 | 317 | 116 | 6 | 0 | 23 | 271 | 100 | 62 |
| Binary | 101110 | 11000010 | 11001111 | 1001110 | 110 | 0 | 10011 | 10111001 | 1000000 | 110010 |
Color Harmonies of #2EC2CF
Complementary color
Monochromatic Colors of #2EC2CF
Black with #2EC2CF
Text Example
Text Example
White with #2EC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC2CF; }
p { color: rgb(46,194,207); }
H1.HeaderClassName
{
color: #2EC2CF;
}
.AnyTagClassName
{
color: #2EC2CF;
}
</style>
background-color css
<style>
a { background-color: #2EC2CF; }
a { background-color: rgb(46,194,207); }
div.DivClassName
{
background-color: #2EC2CF;
}
.BgClassName
{
background-color: #2EC2CF;
}
</style>
border-color css
<style>
span { border-color: #2EC2CF; }
span { border-color: rgb(46,194,207); }
td.TdClassName
{
border-color: #2EC2CF;
}
.TagClassName
{
border-color: #2EC2CF;
}
</style>