Html Css Color HEX #59BA96 Keppel

📋 copy color: '#59BA96'

red 89 ◦ green 186 ◦ blue 150

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

Shades of Keppel #59BA96

Tints of Keppel #59BA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 20.94%
G = 43.76%
B = 35.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#59BA96 (or 0x59BA96) is known color: Keppel. HEX triplet: 59, BA and 96. RGB value is (89,186,150). Sum of RGB (Red+Green+Blue) = 89+186+150=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA96 is #A64569. Grayscale: #989898. Windows color (decimal): -10896746 or 9878105. OLE color: 9878105.

HSL color Cylindrical-coordinate representation of color #59BA96: hue angle of 157.73º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BA96 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 186 150 -
CMYK 0.52 0 0.19 0.27
HSL 157.73º 0.41% 0.54% -
HSV(B) 157.73º 0.52% 0.73% -
XYZ 27.18 39.44 35.03 -
YUV 152.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 89 186 150 0.52 0 0.19 0.27 157.73 0.41 0.54
Hex 59 BA 96 34 0 13 1B 9E 29 36
Octal 131 272 226 64 0 23 33 236 51 66
Binary 1011001 10111010 10010110 110100 0 10011 11011 10011110 101001 110110

Color Harmonies of #59BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BA96

Black with #59BA96

Text Example


Text Example

White with #59BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59BA96; }

 p { color: rgb(89,186,150); }

 H1.HeaderClassName
 {
   color: #59BA96;
 }
 .AnyTagClassName
 {
   color: #59BA96;
 }
</style>

background-color css

<style>
 a { background-color: #59BA96; }

 a { background-color: rgb(89,186,150); }

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

border-color css

<style>
 span { border-color: #59BA96; }

 span { border-color: rgb(89,186,150); }

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