Html Css Color HEX #2EA6B2 Pelorous

📋 copy color: '#2EA6B2'

red 46 ◦ green 166 ◦ blue 178

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

Shades of Pelorous #2EA6B2

Tints of Pelorous #2EA6B2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.56%

 BLUE value IS 178 (69.92% from 255) = 45.64%

R = 11.79%
G = 42.56%
B = 45.64%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2EA6B2 (or 0x2EA6B2) is known color: Pelorous. HEX triplet: 2E, A6 and B2. RGB value is (46,166,178). Sum of RGB (Red+Green+Blue) = 46+166+178=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #2EA6B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA6B2 is #D1594D. Grayscale: #838383. Windows color (decimal): -13719886 or 11707950. OLE color: 11707950.

HSL color Cylindrical-coordinate representation of color #2EA6B2: hue angle of 185.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EA6B2 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 166 178 -
CMYK 0.74 0.07 0 0.30
HSL 185.45º 0.59% 0.44% -
HSV(B) 185.45º 0.74% 0.7% -
XYZ 22.8 31.07 46.91 -
YUV 131.49 154.24 67.02 -
System Red Green Blue C M Y K H S L
Decimal 46 166 178 0.74 0.07 0 0.30 185.45 0.59 0.44
Hex 2E A6 B2 4A 7 0 1E B9 3B 2C
Octal 56 246 262 112 7 0 36 271 73 54
Binary 101110 10100110 10110010 1001010 111 0 11110 10111001 111011 101100

Color Harmonies of #2EA6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA6B2

Black with #2EA6B2

Text Example


Text Example

White with #2EA6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,166,178); }

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

background-color css

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

 a { background-color: rgb(46,166,178); }

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

border-color css

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

 span { border-color: rgb(46,166,178); }

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