Html Css Color HEX #2E858E Scooter

📋 copy color: '#2E858E'

red 46 ◦ green 133 ◦ blue 142

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

Shades of Scooter #2E858E

Tints of Scooter #2E858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.43%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 14.33%
G = 41.43%
B = 44.24%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E858E (or 0x2E858E) is known color: Scooter. HEX triplet: 2E, 85 and 8E. RGB value is (46,133,142). Sum of RGB (Red+Green+Blue) = 46+133+142=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E858E is #D17A71. Grayscale: #6B6B6B. Windows color (decimal): -13728370 or 9340206. OLE color: 9340206.

HSL color Cylindrical-coordinate representation of color #2E858E: hue angle of 185.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E858E is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 133 142 -
CMYK 0.68 0.06 0 0.44
HSL 185.63º 0.51% 0.37% -
HSV(B) 185.63º 0.68% 0.56% -
XYZ 14.4 19.31 28.56 -
YUV 108.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 46 133 142 0.68 0.06 0 0.44 185.63 0.51 0.37
Hex 2E 85 8E 44 6 0 2C BA 33 25
Octal 56 205 216 104 6 0 54 272 63 45
Binary 101110 10000101 10001110 1000100 110 0 101100 10111010 110011 100101

Color Harmonies of #2E858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E858E

Black with #2E858E

Text Example


Text Example

White with #2E858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,142); }

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

background-color css

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

 a { background-color: rgb(46,133,142); }

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

border-color css

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

 span { border-color: rgb(46,133,142); }

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