Html Css Color HEX #2EABB9 Pelorous

📋 copy color: '#2EABB9'

red 46 ◦ green 171 ◦ blue 185

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

Shades of Pelorous #2EABB9

Tints of Pelorous #2EABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

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

R = 11.44%
G = 42.54%
B = 46.02%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2EABB9 (or 0x2EABB9) is known color: Pelorous. HEX triplet: 2E, AB and B9. RGB value is (46,171,185). Sum of RGB (Red+Green+Blue) = 46+171+185=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #2EABB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABB9 is #D15446. Grayscale: #878787. Windows color (decimal): -13718599 or 12167982. OLE color: 12167982.

HSL color Cylindrical-coordinate representation of color #2EABB9: hue angle of 186.04º 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 #2EABB9 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 171 185 -
CMYK 0.75 0.08 0 0.27
HSL 186.04º 0.6% 0.45% -
HSV(B) 186.04º 0.75% 0.73% -
XYZ 24.45 33.21 51.02 -
YUV 135.22 156.09 64.36 -
System Red Green Blue C M Y K H S L
Decimal 46 171 185 0.75 0.08 0 0.27 186.04 0.6 0.45
Hex 2E AB B9 4B 8 0 1B BA 3C 2D
Octal 56 253 271 113 10 0 33 272 74 55
Binary 101110 10101011 10111001 1001011 1000 0 11011 10111010 111100 101101

Color Harmonies of #2EABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABB9

Black with #2EABB9

Text Example


Text Example

White with #2EABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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