Html Css Color HEX #2EABBE Pelorous

📋 copy color: '#2EABBE'

red 46 ◦ green 171 ◦ blue 190

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

Shades of Pelorous #2EABBE

Tints of Pelorous #2EABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 11.3%
G = 42.01%
B = 46.68%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2EABBE (or 0x2EABBE) is known color: Pelorous. HEX triplet: 2E, AB and BE. RGB value is (46,171,190). Sum of RGB (Red+Green+Blue) = 46+171+190=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #2EABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABBE is #D15441. Grayscale: #878787. Windows color (decimal): -13718594 or 12495662. OLE color: 12495662.

HSL color Cylindrical-coordinate representation of color #2EABBE: hue angle of 187.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EABBE is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 171 190 -
CMYK 0.76 0.10 0 0.25
HSL 187.92º 0.61% 0.46% -
HSV(B) 187.92º 0.76% 0.75% -
XYZ 24.98 33.42 53.85 -
YUV 135.79 158.59 63.96 -
System Red Green Blue C M Y K H S L
Decimal 46 171 190 0.76 0.10 0 0.25 187.92 0.61 0.46
Hex 2E AB BE 4C A 0 19 BC 3D 2E
Octal 56 253 276 114 12 0 31 274 75 56
Binary 101110 10101011 10111110 1001100 1010 0 11001 10111100 111101 101110

Color Harmonies of #2EABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABBE

Black with #2EABBE

Text Example


Text Example

White with #2EABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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