Html Css Color HEX #59AA8A Keppel

📋 copy color: '#59AA8A'

red 89 ◦ green 170 ◦ blue 138

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

Shades of Keppel #59AA8A

Tints of Keppel #59AA8A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 22.42%
G = 42.82%
B = 34.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#59AA8A (or 0x59AA8A) is known color: Keppel. HEX triplet: 59, AA and 8A. RGB value is (89,170,138). Sum of RGB (Red+Green+Blue) = 89+170+138=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA8A is #A65575. Grayscale: #8E8E8E. Windows color (decimal): -10900854 or 9087577. OLE color: 9087577.

HSL color Cylindrical-coordinate representation of color #59AA8A: hue angle of 156.3º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AA8A is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 170 138 -
CMYK 0.48 0 0.19 0.33
HSL 156.3º 0.32% 0.51% -
HSV(B) 156.3º 0.48% 0.67% -
XYZ 23.08 32.71 29.14 -
YUV 142.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 89 170 138 0.48 0 0.19 0.33 156.3 0.32 0.51
Hex 59 AA 8A 30 0 13 21 9C 20 33
Octal 131 252 212 60 0 23 41 234 40 63
Binary 1011001 10101010 10001010 110000 0 10011 100001 10011100 100000 110011

Color Harmonies of #59AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AA8A

Black with #59AA8A

Text Example


Text Example

White with #59AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,170,138); }

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

background-color css

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

 a { background-color: rgb(89,170,138); }

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

border-color css

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

 span { border-color: rgb(89,170,138); }

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