Html Css Color HEX #2EA4AB Pelorous

📋 copy color: '#2EA4AB'

red 46 ◦ green 164 ◦ blue 171

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

Shades of Pelorous #2EA4AB

Tints of Pelorous #2EA4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.04%

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 12.07%
G = 43.04%
B = 44.88%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2EA4AB (or 0x2EA4AB) is known color: Pelorous. HEX triplet: 2E, A4 and AB. RGB value is (46,164,171). Sum of RGB (Red+Green+Blue) = 46+164+171=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #2EA4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA4AB is #D15B54. Grayscale: #818181. Windows color (decimal): -13720405 or 11248686. OLE color: 11248686.

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

Color convert

RGB 46 164 171 -
CMYK 0.73 0.04 0 0.33
HSL 183.36º 0.58% 0.43% -
HSV(B) 183.36º 0.73% 0.67% -
XYZ 21.75 30.07 43.19 -
YUV 129.52 151.41 68.43 -
System Red Green Blue C M Y K H S L
Decimal 46 164 171 0.73 0.04 0 0.33 183.36 0.58 0.43
Hex 2E A4 AB 49 4 0 21 B7 3A 2B
Octal 56 244 253 111 4 0 41 267 72 53
Binary 101110 10100100 10101011 1001001 100 0 100001 10110111 111010 101011

Color Harmonies of #2EA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA4AB

Black with #2EA4AB

Text Example


Text Example

White with #2EA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,164,171); }

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

background-color css

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

 a { background-color: rgb(46,164,171); }

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

border-color css

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

 span { border-color: rgb(46,164,171); }

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