#60B79D

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

Shades of Keppel #60B79D

Tints of Keppel #60B79D

Color information

#60B79D (or 0x60B79D) is unknown color: approx Keppel. HEX triplet: 60, B7 and 9D. RGB value is (96,183,157). Sum of RGB (Red+Green+Blue) = 96+183+157=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #60B79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B79D is #9F4862. Grayscale: #9A9A9A. Windows color (decimal): -10438755 or 10336096. OLE color: 10336096.

HSL color Cylindrical-coordinate representation of color #60B79D: hue angle of 162.07º 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 #60B79D is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB96183157-
CMYK0.4800.140.28
HSL162.07º37.66%54.71%-
HSV(B)162.07º47.54%71.76%-
XYZ27.8438.7937.92-
YUV154.02129.6886.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 183 (71.88% from 255) = 41.97%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=22.02%
G=41.97%
B=36.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961831570.4800.140.28162.0737.6654.71
Hex60B79D300E1Ca22637
Octal14026723560016342424667
Binary11000001011011110011101110000011101110010100010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B79D; }

 p { color: rgb(96,183,157); }

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

<style>
 a { background-color: #60B79D; }

 a { background-color: rgb(96,183,157); }

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

<style>
 span { border-color: #60B79D; }

 span { border-color: rgb(96,183,157); }

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