Html Css Color HEX #2EA0AD Pelorous

📋 copy color: '#2EA0AD'

red 46 ◦ green 160 ◦ blue 173

#2EA0AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2EA0AD

Tints of Pelorous #2EA0AD

RGB

 RED value IS 46 (18.36% from 255) = 12.14%

 GREEN value IS 160 (62.89% from 255) = 42.22%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 12.14%
G = 42.22%
B = 45.65%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2EA0AD (or 0x2EA0AD) is known color: Pelorous. HEX triplet: 2E, A0 and AD. RGB value is (46,160,173). Sum of RGB (Red+Green+Blue) = 46+160+173=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #2EA0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA0AD is #D15F52. Grayscale: #7F7F7F. Windows color (decimal): -13721427 or 11378734. OLE color: 11378734.

HSL color Cylindrical-coordinate representation of color #2EA0AD: hue angle of 186.14º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA0AD is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 160 173 -
CMYK 0.73 0.08 0 0.32
HSL 186.14º 0.58% 0.43% -
HSV(B) 186.14º 0.73% 0.68% -
XYZ 21.24 28.74 43.96 -
YUV 127.4 153.73 69.94 -
System Red Green Blue C M Y K H S L
Decimal 46 160 173 0.73 0.08 0 0.32 186.14 0.58 0.43
Hex 2E A0 AD 49 8 0 20 BA 3A 2B
Octal 56 240 255 111 10 0 40 272 72 53
Binary 101110 10100000 10101101 1001001 1000 0 100000 10111010 111010 101011

Color Harmonies of #2EA0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA0AD

Black with #2EA0AD

Text Example


Text Example

White with #2EA0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EA0AD; }

 p { color: rgb(46,160,173); }

 H1.HeaderClassName
 {
   color: #2EA0AD;
 }
 .AnyTagClassName
 {
   color: #2EA0AD;
 }
</style>

background-color css

<style>
 a { background-color: #2EA0AD; }

 a { background-color: rgb(46,160,173); }

 div.DivClassName
 {
   background-color: #2EA0AD;
 }
 .BgClassName
 {
   background-color: #2EA0AD;
 }
</style>

border-color css

<style>
 span { border-color: #2EA0AD; }

 span { border-color: rgb(46,160,173); }

 td.TdClassName
 {
   border-color: #2EA0AD;
 }
 .TagClassName
 {
   border-color: #2EA0AD;
 }
</style>