Html Css Color HEX #50A795 Keppel

📋 copy color: '#50A795'

red 80 ◦ green 167 ◦ blue 149

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

Shades of Keppel #50A795

Tints of Keppel #50A795

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.17%

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 20.2%
G = 42.17%
B = 37.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#50A795 (or 0x50A795) is known color: Keppel. HEX triplet: 50, A7 and 95. RGB value is (80,167,149). Sum of RGB (Red+Green+Blue) = 80+167+149=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #50A795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A795 is #AF586A. Grayscale: #8A8A8A. Windows color (decimal): -11491435 or 9807696. OLE color: 9807696.

HSL color Cylindrical-coordinate representation of color #50A795: hue angle of 167.59º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A795 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 149 -
CMYK 0.52 0 0.11 0.35
HSL 167.59º 0.35% 0.48% -
HSV(B) 167.59º 0.52% 0.65% -
XYZ 22.55 31.51 33.33 -
YUV 138.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 80 167 149 0.52 0 0.11 0.35 167.59 0.35 0.48
Hex 50 A7 95 34 0 B 23 A8 23 30
Octal 120 247 225 64 0 13 43 250 43 60
Binary 1010000 10100111 10010101 110100 0 1011 100011 10101000 100011 110000

Color Harmonies of #50A795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A795

Black with #50A795

Text Example


Text Example

White with #50A795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,149); }

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

background-color css

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

 a { background-color: rgb(80,167,149); }

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

border-color css

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

 span { border-color: rgb(80,167,149); }

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