Html Css Color HEX #59BA9D Keppel

📋 copy color: '#59BA9D'

red 89 ◦ green 186 ◦ blue 157

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

Shades of Keppel #59BA9D

Tints of Keppel #59BA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 20.6%
G = 43.06%
B = 36.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#59BA9D (or 0x59BA9D) is known color: Keppel. HEX triplet: 59, BA and 9D. RGB value is (89,186,157). Sum of RGB (Red+Green+Blue) = 89+186+157=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA9D is #A64562. Grayscale: #999999. Windows color (decimal): -10896739 or 10336857. OLE color: 10336857.

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

Color convert

RGB 89 186 157 -
CMYK 0.52 0 0.16 0.27
HSL 162.06º 0.41% 0.54% -
HSV(B) 162.06º 0.52% 0.73% -
XYZ 27.76 39.68 38.09 -
YUV 153.69 129.86 81.86 -
System Red Green Blue C M Y K H S L
Decimal 89 186 157 0.52 0 0.16 0.27 162.06 0.41 0.54
Hex 59 BA 9D 34 0 10 1B A2 29 36
Octal 131 272 235 64 0 20 33 242 51 66
Binary 1011001 10111010 10011101 110100 0 10000 11011 10100010 101001 110110

Color Harmonies of #59BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BA9D

Black with #59BA9D

Text Example


Text Example

White with #59BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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