Html Css Color HEX #50AD91 Keppel

📋 copy color: '#50AD91'

red 80 ◦ green 173 ◦ blue 145

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

Shades of Keppel #50AD91

Tints of Keppel #50AD91

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 20.1%
G = 43.47%
B = 36.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#50AD91 (or 0x50AD91) is known color: Keppel. HEX triplet: 50, AD and 91. RGB value is (80,173,145). Sum of RGB (Red+Green+Blue) = 80+173+145=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD91 is #AF526E. Grayscale: #8E8E8E. Windows color (decimal): -11489903 or 9547088. OLE color: 9547088.

HSL color Cylindrical-coordinate representation of color #50AD91: hue angle of 161.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD91 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 173 145 -
CMYK 0.54 0 0.16 0.32
HSL 161.94º 0.37% 0.5% -
HSV(B) 161.94º 0.54% 0.68% -
XYZ 23.36 33.64 32.05 -
YUV 142 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 80 173 145 0.54 0 0.16 0.32 161.94 0.37 0.5
Hex 50 AD 91 36 0 10 20 A2 25 32
Octal 120 255 221 66 0 20 40 242 45 62
Binary 1010000 10101101 10010001 110110 0 10000 100000 10100010 100101 110010

Color Harmonies of #50AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD91

Black with #50AD91

Text Example


Text Example

White with #50AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,173,145); }

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

background-color css

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

 a { background-color: rgb(80,173,145); }

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

border-color css

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

 span { border-color: rgb(80,173,145); }

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