Html Css Color HEX #2EACBE Pelorous

📋 copy color: '#2EACBE'

red 46 ◦ green 172 ◦ blue 190

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

Shades of Pelorous #2EACBE

Tints of Pelorous #2EACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 11.27%
G = 42.16%
B = 46.57%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2EACBE (or 0x2EACBE) is known color: Pelorous. HEX triplet: 2E, AC and BE. RGB value is (46,172,190). Sum of RGB (Red+Green+Blue) = 46+172+190=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #2EACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACBE is #D15341. Grayscale: #888888. Windows color (decimal): -13718338 or 12495918. OLE color: 12495918.

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

Color convert

RGB 46 172 190 -
CMYK 0.76 0.09 0 0.25
HSL 187.5º 0.61% 0.46% -
HSV(B) 187.5º 0.76% 0.75% -
XYZ 25.17 33.8 53.91 -
YUV 136.38 158.26 63.54 -
System Red Green Blue C M Y K H S L
Decimal 46 172 190 0.76 0.09 0 0.25 187.5 0.61 0.46
Hex 2E AC BE 4C 9 0 19 BC 3D 2E
Octal 56 254 276 114 11 0 31 274 75 56
Binary 101110 10101100 10111110 1001100 1001 0 11001 10111100 111101 101110

Color Harmonies of #2EACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACBE

Black with #2EACBE

Text Example


Text Example

White with #2EACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,172,190); }

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

background-color css

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

 a { background-color: rgb(46,172,190); }

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

border-color css

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

 span { border-color: rgb(46,172,190); }

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