Html Css Color HEX #50C895 Keppel

📋 copy color: '#50C895'

red 80 ◦ green 200 ◦ blue 149

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

Shades of Keppel #50C895

Tints of Keppel #50C895

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.62%

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

R = 18.65%
G = 46.62%
B = 34.73%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#50C895 (or 0x50C895) is known color: Keppel. HEX triplet: 50, C8 and 95. RGB value is (80,200,149). Sum of RGB (Red+Green+Blue) = 80+200+149=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #50C895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C895 is #AF376A. Grayscale: #9E9E9E. Windows color (decimal): -11482987 or 9816144. OLE color: 9816144.

HSL color Cylindrical-coordinate representation of color #50C895: hue angle of 154.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C895 is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 149 -
CMYK 0.6 0 0.26 0.22
HSL 154.5º 0.52% 0.55% -
HSV(B) 154.5º 0.6% 0.78% -
XYZ 29.39 45.18 35.61 -
YUV 158.31 122.74 72.15 -
System Red Green Blue C M Y K H S L
Decimal 80 200 149 0.6 0 0.26 0.22 154.5 0.52 0.55
Hex 50 C8 95 3C 0 1A 16 9A 34 37
Octal 120 310 225 74 0 32 26 232 64 67
Binary 1010000 11001000 10010101 111100 0 11010 10110 10011010 110100 110111

Color Harmonies of #50C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C895

Black with #50C895

Text Example


Text Example

White with #50C895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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