Html Css Color HEX #59BA9B Keppel

📋 copy color: '#59BA9B'

red 89 ◦ green 186 ◦ blue 155

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

Shades of Keppel #59BA9B

Tints of Keppel #59BA9B

RGB

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

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

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

R = 20.7%
G = 43.26%
B = 36.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#59BA9B (or 0x59BA9B) is known color: Keppel. HEX triplet: 59, BA and 9B. RGB value is (89,186,155). Sum of RGB (Red+Green+Blue) = 89+186+155=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA9B is #A64564. Grayscale: #999999. Windows color (decimal): -10896741 or 10205785. OLE color: 10205785.

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

Color convert

RGB 89 186 155 -
CMYK 0.52 0 0.17 0.27
HSL 160.82º 0.41% 0.54% -
HSV(B) 160.82º 0.52% 0.73% -
XYZ 27.6 39.61 37.2 -
YUV 153.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 89 186 155 0.52 0 0.17 0.27 160.82 0.41 0.54
Hex 59 BA 9B 34 0 11 1B A1 29 36
Octal 131 272 233 64 0 21 33 241 51 66
Binary 1011001 10111010 10011011 110100 0 10001 11011 10100001 101001 110110

Color Harmonies of #59BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BA9B

Black with #59BA9B

Text Example


Text Example

White with #59BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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