Html Css Color HEX #2E9BAB Pelorous

📋 copy color: '#2E9BAB'

red 46 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #2E9BAB

Tints of Pelorous #2E9BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.67%

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 12.37%
G = 41.67%
B = 45.97%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E9BAB (or 0x2E9BAB) is known color: Pelorous. HEX triplet: 2E, 9B and AB. RGB value is (46,155,171). Sum of RGB (Red+Green+Blue) = 46+155+171=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E9BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9BAB is #D16454. Grayscale: #7C7C7C. Windows color (decimal): -13722709 or 11246382. OLE color: 11246382.

HSL color Cylindrical-coordinate representation of color #2E9BAB: hue angle of 187.68º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E9BAB is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 155 171 -
CMYK 0.73 0.09 0 0.33
HSL 187.68º 0.58% 0.43% -
HSV(B) 187.68º 0.73% 0.67% -
XYZ 20.2 26.96 42.67 -
YUV 124.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 46 155 171 0.73 0.09 0 0.33 187.68 0.58 0.43
Hex 2E 9B AB 49 9 0 21 BC 3A 2B
Octal 56 233 253 111 11 0 41 274 72 53
Binary 101110 10011011 10101011 1001001 1001 0 100001 10111100 111010 101011

Color Harmonies of #2E9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9BAB

Black with #2E9BAB

Text Example


Text Example

White with #2E9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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