Html Css Color HEX #2EAAB6 Pelorous

📋 copy color: '#2EAAB6'

red 46 ◦ green 170 ◦ blue 182

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

Shades of Pelorous #2EAAB6

Tints of Pelorous #2EAAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.71%

 BLUE value IS 182 (71.48% from 255) = 45.73%

R = 11.56%
G = 42.71%
B = 45.73%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2EAAB6 (or 0x2EAAB6) is known color: Pelorous. HEX triplet: 2E, AA and B6. RGB value is (46,170,182). Sum of RGB (Red+Green+Blue) = 46+170+182=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #2EAAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAAB6 is #D15549. Grayscale: #868686. Windows color (decimal): -13718858 or 11971118. OLE color: 11971118.

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

Color convert

RGB 46 170 182 -
CMYK 0.75 0.07 0 0.29
HSL 185.29º 0.6% 0.45% -
HSV(B) 185.29º 0.75% 0.71% -
XYZ 23.94 32.71 49.31 -
YUV 134.29 154.92 65.02 -
System Red Green Blue C M Y K H S L
Decimal 46 170 182 0.75 0.07 0 0.29 185.29 0.6 0.45
Hex 2E AA B6 4B 7 0 1D B9 3C 2D
Octal 56 252 266 113 7 0 35 271 74 55
Binary 101110 10101010 10110110 1001011 111 0 11101 10111001 111100 101101

Color Harmonies of #2EAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAAB6

Black with #2EAAB6

Text Example


Text Example

White with #2EAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,182); }

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

background-color css

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

 a { background-color: rgb(46,170,182); }

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

border-color css

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

 span { border-color: rgb(46,170,182); }

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