Html Css Color HEX #59BA95 Keppel

📋 copy color: '#59BA95'

red 89 ◦ green 186 ◦ blue 149

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

Shades of Keppel #59BA95

Tints of Keppel #59BA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 20.99%
G = 43.87%
B = 35.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#59BA95 (or 0x59BA95) is known color: Keppel. HEX triplet: 59, BA and 95. RGB value is (89,186,149). Sum of RGB (Red+Green+Blue) = 89+186+149=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA95 is #A6456A. Grayscale: #989898. Windows color (decimal): -10896747 or 9812569. OLE color: 9812569.

HSL color Cylindrical-coordinate representation of color #59BA95: hue angle of 157.11º 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 #59BA95 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 186 149 -
CMYK 0.52 0 0.20 0.27
HSL 157.11º 0.41% 0.54% -
HSV(B) 157.11º 0.52% 0.73% -
XYZ 27.1 39.41 34.61 -
YUV 152.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 89 186 149 0.52 0 0.20 0.27 157.11 0.41 0.54
Hex 59 BA 95 34 0 14 1B 9D 29 36
Octal 131 272 225 64 0 24 33 235 51 66
Binary 1011001 10111010 10010101 110100 0 10100 11011 10011101 101001 110110

Color Harmonies of #59BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BA95

Black with #59BA95

Text Example


Text Example

White with #59BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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