#60aa8e

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

Shades of Keppel #60AA8E

Tints of Keppel #60AA8E

Color information

#60AA8E (or 0x60AA8E) is unknown color: approx Keppel. HEX triplet: 60, AA and 8E. RGB value is (96,170,142). Sum of RGB (Red+Green+Blue) = 96+170+142=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AA8E is #9F5571. Grayscale: #909090. Windows color (decimal): -10442098 or 9349728. OLE color: 9349728.

HSL color Cylindrical-coordinate representation of color #60AA8E: hue angle of 157.3º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AA8E is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB96170142-
CMYK0.4400.160.33
HSL157.3º30.33%52.16%-
HSV(B)157.3º43.53%66.67%-
XYZ24.0833.1930.73-
YUV144.68126.4893.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=23.53%
G=41.67%
B=34.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961701420.4400.160.33157.330.3352.16
Hex60AA8E2C010219d1e34
Octal14025221654020412353664
Binary110000010101010100011101011000100001000011001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60aa8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,170,142); }

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

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

 a { background-color: rgb(96,170,142); }

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

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

 span { border-color: rgb(96,170,142); }

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