#5FB79F

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

Shades of Keppel #5FB79F

Tints of Keppel #5FB79F

Color information

#5FB79F (or 0x5FB79F) is unknown color: approx Keppel. HEX triplet: 5F, B7 and 9F. RGB value is (95,183,159). Sum of RGB (Red+Green+Blue) = 95+183+159=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB79F is #A04860. Grayscale: #999999. Windows color (decimal): -10504289 or 10467167. OLE color: 10467167.

HSL color Cylindrical-coordinate representation of color #5FB79F: hue angle of 163.64º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB79F is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB95183159-
CMYK0.4800.130.28
HSL163.64º37.93%54.51%-
HSV(B)163.64º48.09%71.76%-
XYZ27.9138.838.82-
YUV153.95130.8585.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.74%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=21.74%
G=41.88%
B=36.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951831590.4800.130.28163.6437.9354.51
Hex5FB79F300D1Ca42637
Octal13726723760015342444667
Binary10111111011011110011111110000011011110010100100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FB79F; }

 p { color: rgb(95,183,159); }

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

<style>
 a { background-color: #5FB79F; }

 a { background-color: rgb(95,183,159); }

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

<style>
 span { border-color: #5FB79F; }

 span { border-color: rgb(95,183,159); }

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