Html Css Color HEX #2EACB9 Pelorous

📋 copy color: '#2EACB9'

red 46 ◦ green 172 ◦ blue 185

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

Shades of Pelorous #2EACB9

Tints of Pelorous #2EACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 11.41%
G = 42.68%
B = 45.91%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2EACB9 (or 0x2EACB9) is known color: Pelorous. HEX triplet: 2E, AC and B9. RGB value is (46,172,185). Sum of RGB (Red+Green+Blue) = 46+172+185=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #2EACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACB9 is #D15346. Grayscale: #878787. Windows color (decimal): -13718343 or 12168238. OLE color: 12168238.

HSL color Cylindrical-coordinate representation of color #2EACB9: hue angle of 185.61º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EACB9 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 172 185 -
CMYK 0.75 0.07 0 0.27
HSL 185.61º 0.6% 0.45% -
HSV(B) 185.61º 0.75% 0.73% -
XYZ 24.64 33.59 51.08 -
YUV 135.81 155.76 63.94 -
System Red Green Blue C M Y K H S L
Decimal 46 172 185 0.75 0.07 0 0.27 185.61 0.6 0.45
Hex 2E AC B9 4B 7 0 1B BA 3C 2D
Octal 56 254 271 113 7 0 33 272 74 55
Binary 101110 10101100 10111001 1001011 111 0 11011 10111010 111100 101101

Color Harmonies of #2EACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACB9

Black with #2EACB9

Text Example


Text Example

White with #2EACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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