#50C695

Color #50C695 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #50C695

Tints of Keppel #50C695

Color information

#50C695 (or 0x50C695) is unknown color: approx 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

RGB80198149-
CMYK0.6000.250.22
HSL155.08º50.86%54.51%-
HSV(B)155.08º59.6%77.65%-
XYZ28.9344.2635.45-
YUV157.13123.4172.98-

RGB Variations

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

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 (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801981490.6000.250.22155.0850.8654.51
Hex50C6953C019169b3337
Octal12030622574031262336367
Binary101000011000110100101011111000110011011010011011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>