Shades of Pelorous #2EADC3
Tints of Pelorous #2EADC3
RGB
CMYK
RGB Variations
Color information
#2EADC3 (or 0x2EADC3) is known color: Pelorous. HEX triplet: 2E, AD and C3. RGB value is (46,173,195). Sum of RGB (Red+Green+Blue) = 46+173+195=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #2EADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADC3 is #D1523C. Grayscale: #898989. Windows color (decimal): -13718077 or 12823854. OLE color: 12823854.
HSL color Cylindrical-coordinate representation of color #2EADC3: hue angle of 188.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EADC3 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 173 | 195 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.24 |
| HSL | 188.86º | 0.62% | 0.47% | - |
| HSV(B) | 188.86º | 0.76% | 0.76% | - |
| XYZ | 25.92 | 34.41 | 56.91 | - |
| YUV | 137.54 | 160.42 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 195 | 0.76 | 0.11 | 0 | 0.24 | 188.86 | 0.62 | 0.47 |
| Hex | 2E | AD | C3 | 4C | B | 0 | 18 | BD | 3E | 2F |
| Octal | 56 | 255 | 303 | 114 | 13 | 0 | 30 | 275 | 76 | 57 |
| Binary | 101110 | 10101101 | 11000011 | 1001100 | 1011 | 0 | 11000 | 10111101 | 111110 | 101111 |
Color Harmonies of #2EADC3
Complementary color
Monochromatic Colors of #2EADC3
Black with #2EADC3
Text Example
Text Example
White with #2EADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADC3; }
p { color: rgb(46,173,195); }
H1.HeaderClassName
{
color: #2EADC3;
}
.AnyTagClassName
{
color: #2EADC3;
}
</style>
background-color css
<style>
a { background-color: #2EADC3; }
a { background-color: rgb(46,173,195); }
div.DivClassName
{
background-color: #2EADC3;
}
.BgClassName
{
background-color: #2EADC3;
}
</style>
border-color css
<style>
span { border-color: #2EADC3; }
span { border-color: rgb(46,173,195); }
td.TdClassName
{
border-color: #2EADC3;
}
.TagClassName
{
border-color: #2EADC3;
}
</style>