Html Css Color HEX #59908A Half Baked

📋 copy color: '#59908A'

red 89 ◦ green 144 ◦ blue 138

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

Shades of Half Baked #59908A

Tints of Half Baked #59908A

RGB

 RED value IS 89 (35.16% from 255) = 23.99%

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 23.99%
G = 38.81%
B = 37.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#59908A (or 0x59908A) is known color: Half Baked. HEX triplet: 59, 90 and 8A. RGB value is (89,144,138). Sum of RGB (Red+Green+Blue) = 89+144+138=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #59908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59908A is #A66F75. Grayscale: #7E7E7E. Windows color (decimal): -10907510 or 9080921. OLE color: 9080921.

HSL color Cylindrical-coordinate representation of color #59908A: hue angle of 173.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59908A is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 138 -
CMYK 0.38 0 0.04 0.44
HSL 173.45º 0.24% 0.46% -
HSV(B) 173.45º 0.38% 0.56% -
XYZ 18.68 23.91 27.67 -
YUV 126.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 89 144 138 0.38 0 0.04 0.44 173.45 0.24 0.46
Hex 59 90 8A 26 0 4 2C AD 18 2E
Octal 131 220 212 46 0 4 54 255 30 56
Binary 1011001 10010000 10001010 100110 0 100 101100 10101101 11000 101110

Color Harmonies of #59908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59908A

Black with #59908A

Text Example


Text Example

White with #59908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59908A; }

 p { color: rgb(89,144,138); }

 H1.HeaderClassName
 {
   color: #59908A;
 }
 .AnyTagClassName
 {
   color: #59908A;
 }
</style>

background-color css

<style>
 a { background-color: #59908A; }

 a { background-color: rgb(89,144,138); }

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

border-color css

<style>
 span { border-color: #59908A; }

 span { border-color: rgb(89,144,138); }

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