Html Css Color HEX #50AA89 Keppel

📋 copy color: '#50AA89'

red 80 ◦ green 170 ◦ blue 137

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

Shades of Keppel #50AA89

Tints of Keppel #50AA89

RGB

 RED value IS 80 (31.64% from 255) = 20.67%

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

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 20.67%
G = 43.93%
B = 35.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#50AA89 (or 0x50AA89) is known color: Keppel. HEX triplet: 50, AA and 89. RGB value is (80,170,137). Sum of RGB (Red+Green+Blue) = 80+170+137=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AA89 is #AF5576. Grayscale: #8B8B8B. Windows color (decimal): -11490679 or 9022032. OLE color: 9022032.

HSL color Cylindrical-coordinate representation of color #50AA89: hue angle of 158º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AA89 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 170 137 -
CMYK 0.53 0 0.19 0.33
HSL 158º 0.36% 0.49% -
HSV(B) 158º 0.53% 0.67% -
XYZ 22.2 32.26 28.72 -
YUV 139.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 80 170 137 0.53 0 0.19 0.33 158 0.36 0.49
Hex 50 AA 89 35 0 13 21 9E 24 31
Octal 120 252 211 65 0 23 41 236 44 61
Binary 1010000 10101010 10001001 110101 0 10011 100001 10011110 100100 110001

Color Harmonies of #50AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AA89

Black with #50AA89

Text Example


Text Example

White with #50AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50AA89; }

 p { color: rgb(80,170,137); }

 H1.HeaderClassName
 {
   color: #50AA89;
 }
 .AnyTagClassName
 {
   color: #50AA89;
 }
</style>

background-color css

<style>
 a { background-color: #50AA89; }

 a { background-color: rgb(80,170,137); }

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

border-color css

<style>
 span { border-color: #50AA89; }

 span { border-color: rgb(80,170,137); }

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