Html Css Color HEX #2EAABA Pelorous

📋 copy color: '#2EAABA'

red 46 ◦ green 170 ◦ blue 186

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

Shades of Pelorous #2EAABA

Tints of Pelorous #2EAABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 11.44%
G = 42.29%
B = 46.27%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2EAABA (or 0x2EAABA) is known color: Pelorous. HEX triplet: 2E, AA and BA. RGB value is (46,170,186). Sum of RGB (Red+Green+Blue) = 46+170+186=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #2EAABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAABA is #D15545. Grayscale: #868686. Windows color (decimal): -13718854 or 12233262. OLE color: 12233262.

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

Color convert

RGB 46 170 186 -
CMYK 0.75 0.09 0 0.27
HSL 186.86º 0.6% 0.45% -
HSV(B) 186.86º 0.75% 0.73% -
XYZ 24.36 32.88 51.52 -
YUV 134.75 156.92 64.7 -
System Red Green Blue C M Y K H S L
Decimal 46 170 186 0.75 0.09 0 0.27 186.86 0.6 0.45
Hex 2E AA BA 4B 9 0 1B BB 3C 2D
Octal 56 252 272 113 11 0 33 273 74 55
Binary 101110 10101010 10111010 1001011 1001 0 11011 10111011 111100 101101

Color Harmonies of #2EAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAABA

Black with #2EAABA

Text Example


Text Example

White with #2EAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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