Html Css Color HEX #50C695 Keppel

📋 copy color: '#50C695'

red 80 ◦ green 198 ◦ blue 149

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

Shades of Keppel #50C695

Tints of Keppel #50C695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.37%

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

R = 18.74%
G = 46.37%
B = 34.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#50C695 (or 0x50C695) is known color: Keppel. HEX triplet: 50, C6 and 95. RGB value is (80,198,149). Sum of RGB (Red+Green+Blue) = 80+198+149=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #50C695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C695 is #AF396A. Grayscale: #9D9D9D. Windows color (decimal): -11483499 or 9815632. OLE color: 9815632.

HSL color Cylindrical-coordinate representation of color #50C695: hue angle of 155.08º degrees, saturation: 0.51, 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 #50C695 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 198 149 -
CMYK 0.60 0 0.25 0.22
HSL 155.08º 0.51% 0.55% -
HSV(B) 155.08º 0.6% 0.78% -
XYZ 28.93 44.26 35.45 -
YUV 157.13 123.41 72.98 -
System Red Green Blue C M Y K H S L
Decimal 80 198 149 0.60 0 0.25 0.22 155.08 0.51 0.55
Hex 50 C6 95 3C 0 19 16 9B 33 37
Octal 120 306 225 74 0 31 26 233 63 67
Binary 1010000 11000110 10010101 111100 0 11001 10110 10011011 110011 110111

Color Harmonies of #50C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C695

Black with #50C695

Text Example


Text Example

White with #50C695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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