#60BB9E

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

Shades of Keppel #60BB9E

Tints of Keppel #60BB9E

Color information

#60BB9E (or 0x60BB9E) is unknown color: approx Keppel. HEX triplet: 60, BB and 9E. RGB value is (96,187,158). Sum of RGB (Red+Green+Blue) = 96+187+158=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BB9E is #9F4461. Grayscale: #9C9C9C. Windows color (decimal): -10437730 or 10402656. OLE color: 10402656.

HSL color Cylindrical-coordinate representation of color #60BB9E: hue angle of 160.88º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BB9E is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB96187158-
CMYK0.4900.160.27
HSL160.88º40.09%55.49%-
HSV(B)160.88º48.66%73.33%-
XYZ28.7740.538.65-
YUV156.48128.8584.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.77%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=21.77%
G=42.40%
B=35.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961871580.4900.160.27160.8840.0955.49
Hex60BB9E310101Ba12837
Octal14027323661020332415067
Binary110000010111011100111101100010100001101110100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,187,158); }

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

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

 a { background-color: rgb(96,187,158); }

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

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

 span { border-color: rgb(96,187,158); }

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