Html Css Color HEX #59BC9B Keppel

📋 copy color: '#59BC9B'

red 89 ◦ green 188 ◦ blue 155

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

Shades of Keppel #59BC9B

Tints of Keppel #59BC9B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 20.6%
G = 43.52%
B = 35.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#59BC9B (or 0x59BC9B) is known color: Keppel. HEX triplet: 59, BC and 9B. RGB value is (89,188,155). Sum of RGB (Red+Green+Blue) = 89+188+155=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BC9B is #A64364. Grayscale: #9A9A9A. Windows color (decimal): -10896229 or 10206297. OLE color: 10206297.

HSL color Cylindrical-coordinate representation of color #59BC9B: hue angle of 160º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BC9B is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 188 155 -
CMYK 0.53 0 0.18 0.26
HSL 160º 0.42% 0.54% -
HSV(B) 160º 0.53% 0.74% -
XYZ 28.02 40.46 37.34 -
YUV 154.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 89 188 155 0.53 0 0.18 0.26 160 0.42 0.54
Hex 59 BC 9B 35 0 12 1A A0 2A 36
Octal 131 274 233 65 0 22 32 240 52 66
Binary 1011001 10111100 10011011 110101 0 10010 11010 10100000 101010 110110

Color Harmonies of #59BC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BC9B

Black with #59BC9B

Text Example


Text Example

White with #59BC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,188,155); }

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

background-color css

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

 a { background-color: rgb(89,188,155); }

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

border-color css

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

 span { border-color: rgb(89,188,155); }

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