Shades of Pelorous #2EACC4
Tints of Pelorous #2EACC4
RGB
CMYK
RGB Variations
Color information
#2EACC4 (or 0x2EACC4) is known color: Pelorous. HEX triplet: 2E, AC and C4. RGB value is (46,172,196). Sum of RGB (Red+Green+Blue) = 46+172+196=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #2EACC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACC4 is #D1533B. Grayscale: #888888. Windows color (decimal): -13718332 or 12889134. OLE color: 12889134.
HSL color Cylindrical-coordinate representation of color #2EACC4: hue angle of 189.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EACC4 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 172 | 196 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.23 |
| HSL | 189.6º | 0.62% | 0.47% | - |
| HSV(B) | 189.6º | 0.77% | 0.77% | - |
| XYZ | 25.84 | 34.07 | 57.44 | - |
| YUV | 137.06 | 161.26 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 196 | 0.77 | 0.12 | 0 | 0.23 | 189.6 | 0.62 | 0.47 |
| Hex | 2E | AC | C4 | 4D | C | 0 | 17 | BE | 3E | 2F |
| Octal | 56 | 254 | 304 | 115 | 14 | 0 | 27 | 276 | 76 | 57 |
| Binary | 101110 | 10101100 | 11000100 | 1001101 | 1100 | 0 | 10111 | 10111110 | 111110 | 101111 |
Color Harmonies of #2EACC4
Complementary color
Monochromatic Colors of #2EACC4
Black with #2EACC4
Text Example
Text Example
White with #2EACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACC4; }
p { color: rgb(46,172,196); }
H1.HeaderClassName
{
color: #2EACC4;
}
.AnyTagClassName
{
color: #2EACC4;
}
</style>
background-color css
<style>
a { background-color: #2EACC4; }
a { background-color: rgb(46,172,196); }
div.DivClassName
{
background-color: #2EACC4;
}
.BgClassName
{
background-color: #2EACC4;
}
</style>
border-color css
<style>
span { border-color: #2EACC4; }
span { border-color: rgb(46,172,196); }
td.TdClassName
{
border-color: #2EACC4;
}
.TagClassName
{
border-color: #2EACC4;
}
</style>