#50b097

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

Shades of Keppel #50B097

Tints of Keppel #50B097

Color information

#50B097 (or 0x50B097) is unknown color: approx Keppel. HEX triplet: 50, B0 and 97. RGB value is (80,176,151). Sum of RGB (Red+Green+Blue) = 80+176+151=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #50B097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B097 is #AF4F68. Grayscale: #909090. Windows color (decimal): -11489129 or 9941072. OLE color: 9941072.

HSL color Cylindrical-coordinate representation of color #50B097: hue angle of 164.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B097 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB80176151-
CMYK0.5500.140.31
HSL164.38º37.8%50.2%-
HSV(B)164.38º54.55%69.02%-
XYZ24.4234.9934.74-
YUV144.45131.782.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=19.66%
G=43.24%
B=37.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801761510.5500.140.31164.3837.850.2
Hex50B097370E1Fa42632
Octal12026022767016372444662
Binary10100001011000010010111110111011101111110100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50b097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50b097;
 }
 .AnyTagClassName
 {
   color: #50b097;
 }
</style>
background-color css

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

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

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

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

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

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