Shades of Pelorous #2EA5AF
Tints of Pelorous #2EA5AF
RGB
CMYK
RGB Variations
Color information
#2EA5AF (or 0x2EA5AF) is known color: Pelorous. HEX triplet: 2E, A5 and AF. RGB value is (46,165,175). Sum of RGB (Red+Green+Blue) = 46+165+175=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #2EA5AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA5AF is #D15A50. Grayscale: #828282. Windows color (decimal): -13720145 or 11511086. OLE color: 11511086.
HSL color Cylindrical-coordinate representation of color #2EA5AF: hue angle of 184.65º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EA5AF is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 165 | 175 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.31 |
| HSL | 184.65º | 0.58% | 0.43% | - |
| HSV(B) | 184.65º | 0.74% | 0.69% | - |
| XYZ | 22.32 | 30.59 | 45.28 | - |
| YUV | 130.56 | 153.08 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 165 | 175 | 0.74 | 0.06 | 0 | 0.31 | 184.65 | 0.58 | 0.43 |
| Hex | 2E | A5 | AF | 4A | 6 | 0 | 1F | B9 | 3A | 2B |
| Octal | 56 | 245 | 257 | 112 | 6 | 0 | 37 | 271 | 72 | 53 |
| Binary | 101110 | 10100101 | 10101111 | 1001010 | 110 | 0 | 11111 | 10111001 | 111010 | 101011 |
Color Harmonies of #2EA5AF
Complementary color
Monochromatic Colors of #2EA5AF
Black with #2EA5AF
Text Example
Text Example
White with #2EA5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA5AF; }
p { color: rgb(46,165,175); }
H1.HeaderClassName
{
color: #2EA5AF;
}
.AnyTagClassName
{
color: #2EA5AF;
}
</style>
background-color css
<style>
a { background-color: #2EA5AF; }
a { background-color: rgb(46,165,175); }
div.DivClassName
{
background-color: #2EA5AF;
}
.BgClassName
{
background-color: #2EA5AF;
}
</style>
border-color css
<style>
span { border-color: #2EA5AF; }
span { border-color: rgb(46,165,175); }
td.TdClassName
{
border-color: #2EA5AF;
}
.TagClassName
{
border-color: #2EA5AF;
}
</style>