#60A592

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

Shades of Keppel #60A592

Tints of Keppel #60A592

Color information

#60A592 (or 0x60A592) is unknown color: approx Keppel. HEX triplet: 60, A5 and 92. RGB value is (96,165,146). Sum of RGB (Red+Green+Blue) = 96+165+146=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #60A592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A592 is #9F5A6D. Grayscale: #8E8E8E. Windows color (decimal): -10443374 or 9610592. OLE color: 9610592.

HSL color Cylindrical-coordinate representation of color #60A592: hue angle of 163.48º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A592 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB96165146-
CMYK0.4200.120.35
HSL163.48º27.71%51.18%-
HSV(B)163.48º41.82%64.71%-
XYZ23.4731.4732.03-
YUV142.2130.1495.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=23.59%
G=40.54%
B=35.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961651460.4200.120.35163.4827.7151.18
Hex60A5922A0C23a31c33
Octal14024522252014432433463
Binary11000001010010110010010101010011001000111010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,165,146); }

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

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

 a { background-color: rgb(96,165,146); }

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

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

 span { border-color: rgb(96,165,146); }

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