Html Css Color HEX #2EA5AE Pelorous

📋 copy color: '#2EA5AE'

red 46 ◦ green 165 ◦ blue 174

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

Shades of Pelorous #2EA5AE

Tints of Pelorous #2EA5AE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.86%

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 11.95%
G = 42.86%
B = 45.19%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2EA5AE (or 0x2EA5AE) is known color: Pelorous. HEX triplet: 2E, A5 and AE. RGB value is (46,165,174). Sum of RGB (Red+Green+Blue) = 46+165+174=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #2EA5AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA5AE is #D15A51. Grayscale: #828282. Windows color (decimal): -13720146 or 11445550. OLE color: 11445550.

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

Color convert

RGB 46 165 174 -
CMYK 0.74 0.05 0 0.32
HSL 184.22º 0.58% 0.43% -
HSV(B) 184.22º 0.74% 0.68% -
XYZ 22.22 30.55 44.77 -
YUV 130.45 152.58 67.77 -
System Red Green Blue C M Y K H S L
Decimal 46 165 174 0.74 0.05 0 0.32 184.22 0.58 0.43
Hex 2E A5 AE 4A 5 0 20 B8 3A 2B
Octal 56 245 256 112 5 0 40 270 72 53
Binary 101110 10100101 10101110 1001010 101 0 100000 10111000 111010 101011

Color Harmonies of #2EA5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA5AE

Black with #2EA5AE

Text Example


Text Example

White with #2EA5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,165,174); }

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

background-color css

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

 a { background-color: rgb(46,165,174); }

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

border-color css

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

 span { border-color: rgb(46,165,174); }

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