Html Css Color HEX #59BA9C Keppel

📋 copy color: '#59BA9C'

red 89 ◦ green 186 ◦ blue 156

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

Shades of Keppel #59BA9C

Tints of Keppel #59BA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 20.65%
G = 43.16%
B = 36.19%

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

#59BA9C (or 0x59BA9C) is known color: Keppel. HEX triplet: 59, BA and 9C. RGB value is (89,186,156). Sum of RGB (Red+Green+Blue) = 89+186+156=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA9C is #A64563. Grayscale: #999999. Windows color (decimal): -10896740 or 10271321. OLE color: 10271321.

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

Color convert

RGB 89 186 156 -
CMYK 0.52 0 0.16 0.27
HSL 161.44º 0.41% 0.54% -
HSV(B) 161.44º 0.52% 0.73% -
XYZ 27.68 39.64 37.65 -
YUV 153.58 129.36 81.94 -
System Red Green Blue C M Y K H S L
Decimal 89 186 156 0.52 0 0.16 0.27 161.44 0.41 0.54
Hex 59 BA 9C 34 0 10 1B A1 29 36
Octal 131 272 234 64 0 20 33 241 51 66
Binary 1011001 10111010 10011100 110100 0 10000 11011 10100001 101001 110110

Color Harmonies of #59BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BA9C

Black with #59BA9C

Text Example


Text Example

White with #59BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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