Html Css Color HEX #2E8D9B Scooter

📋 copy color: '#2E8D9B'

red 46 ◦ green 141 ◦ blue 155

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

Shades of Scooter #2E8D9B

Tints of Scooter #2E8D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.23%

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 13.45%
G = 41.23%
B = 45.32%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E8D9B (or 0x2E8D9B) is known color: Scooter. HEX triplet: 2E, 8D and 9B. RGB value is (46,141,155). Sum of RGB (Red+Green+Blue) = 46+141+155=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E8D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8D9B is #D17264. Grayscale: #727272. Windows color (decimal): -13726309 or 10194222. OLE color: 10194222.

HSL color Cylindrical-coordinate representation of color #2E8D9B: hue angle of 187.71º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E8D9B is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 141 155 -
CMYK 0.70 0.09 0 0.39
HSL 187.71º 0.54% 0.39% -
HSV(B) 187.71º 0.7% 0.61% -
XYZ 16.57 22 34.38 -
YUV 114.19 151.03 79.36 -
System Red Green Blue C M Y K H S L
Decimal 46 141 155 0.70 0.09 0 0.39 187.71 0.54 0.39
Hex 2E 8D 9B 46 9 0 27 BC 36 27
Octal 56 215 233 106 11 0 47 274 66 47
Binary 101110 10001101 10011011 1000110 1001 0 100111 10111100 110110 100111

Color Harmonies of #2E8D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8D9B

Black with #2E8D9B

Text Example


Text Example

White with #2E8D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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