Html Css Color HEX #5E958E Half Baked

📋 copy color: '#5E958E'

red 94 ◦ green 149 ◦ blue 142

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

Shades of Half Baked #5E958E

Tints of Half Baked #5E958E

RGB

 RED value IS 94 (37.11% from 255) = 24.42%

 GREEN value IS 149 (58.59% from 255) = 38.7%

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

R = 24.42%
G = 38.7%
B = 36.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#5E958E (or 0x5E958E) is known color: Half Baked. HEX triplet: 5E, 95 and 8E. RGB value is (94,149,142). Sum of RGB (Red+Green+Blue) = 94+149+142=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #5E958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E958E is #A16A71. Grayscale: #838383. Windows color (decimal): -10578546 or 9344350. OLE color: 9344350.

HSL color Cylindrical-coordinate representation of color #5E958E: hue angle of 172.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E958E is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 149 142 -
CMYK 0.37 0 0.05 0.42
HSL 172.36º 0.23% 0.48% -
HSV(B) 172.36º 0.37% 0.58% -
XYZ 20.25 25.83 29.51 -
YUV 131.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 94 149 142 0.37 0 0.05 0.42 172.36 0.23 0.48
Hex 5E 95 8E 25 0 5 2A AC 17 30
Octal 136 225 216 45 0 5 52 254 27 60
Binary 1011110 10010101 10001110 100101 0 101 101010 10101100 10111 110000

Color Harmonies of #5E958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E958E

Black with #5E958E

Text Example


Text Example

White with #5E958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E958E; }

 p { color: rgb(94,149,142); }

 H1.HeaderClassName
 {
   color: #5E958E;
 }
 .AnyTagClassName
 {
   color: #5E958E;
 }
</style>

background-color css

<style>
 a { background-color: #5E958E; }

 a { background-color: rgb(94,149,142); }

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

border-color css

<style>
 span { border-color: #5E958E; }

 span { border-color: rgb(94,149,142); }

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