Html Css Color HEX #2EA9C0 Pelorous

📋 copy color: '#2EA9C0'

red 46 ◦ green 169 ◦ blue 192

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

Shades of Pelorous #2EA9C0

Tints of Pelorous #2EA9C0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.52%

 BLUE value IS 192 (75.39% from 255) = 47.17%

R = 11.3%
G = 41.52%
B = 47.17%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2EA9C0 (or 0x2EA9C0) is known color: Pelorous. HEX triplet: 2E, A9 and C0. RGB value is (46,169,192). Sum of RGB (Red+Green+Blue) = 46+169+192=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #2EA9C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA9C0 is #D1563F. Grayscale: #868686. Windows color (decimal): -13719104 or 12626222. OLE color: 12626222.

HSL color Cylindrical-coordinate representation of color #2EA9C0: hue angle of 189.45º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EA9C0 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 169 192 -
CMYK 0.76 0.12 0 0.25
HSL 189.45º 0.61% 0.47% -
HSV(B) 189.45º 0.76% 0.75% -
XYZ 24.83 32.76 54.88 -
YUV 134.85 160.25 64.63 -
System Red Green Blue C M Y K H S L
Decimal 46 169 192 0.76 0.12 0 0.25 189.45 0.61 0.47
Hex 2E A9 C0 4C C 0 19 BD 3D 2F
Octal 56 251 300 114 14 0 31 275 75 57
Binary 101110 10101001 11000000 1001100 1100 0 11001 10111101 111101 101111

Color Harmonies of #2EA9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA9C0

Black with #2EA9C0

Text Example


Text Example

White with #2EA9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,169,192); }

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

background-color css

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

 a { background-color: rgb(46,169,192); }

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

border-color css

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

 span { border-color: rgb(46,169,192); }

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