Html Css Color HEX #50AD97 Keppel

📋 copy color: '#50AD97'

red 80 ◦ green 173 ◦ blue 151

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

Shades of Keppel #50AD97

Tints of Keppel #50AD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.38%

R = 19.8%
G = 42.82%
B = 37.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#50AD97 (or 0x50AD97) is known color: Keppel. HEX triplet: 50, AD and 97. RGB value is (80,173,151). Sum of RGB (Red+Green+Blue) = 80+173+151=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD97 is #AF5268. Grayscale: #8E8E8E. Windows color (decimal): -11489897 or 9940304. OLE color: 9940304.

HSL color Cylindrical-coordinate representation of color #50AD97: hue angle of 165.81º 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 #50AD97 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 173 151 -
CMYK 0.54 0 0.13 0.32
HSL 165.81º 0.37% 0.5% -
HSV(B) 165.81º 0.54% 0.68% -
XYZ 23.84 33.83 34.55 -
YUV 142.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 80 173 151 0.54 0 0.13 0.32 165.81 0.37 0.5
Hex 50 AD 97 36 0 D 20 A6 25 32
Octal 120 255 227 66 0 15 40 246 45 62
Binary 1010000 10101101 10010111 110110 0 1101 100000 10100110 100101 110010

Color Harmonies of #50AD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD97

Black with #50AD97

Text Example


Text Example

White with #50AD97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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