#60B899

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

Shades of Keppel #60B899

Tints of Keppel #60B899

Color information

#60B899 (or 0x60B899) is unknown color: approx Keppel. HEX triplet: 60, B8 and 99. RGB value is (96,184,153). Sum of RGB (Red+Green+Blue) = 96+184+153=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #60B899 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B899 is #9F4766. Grayscale: #9A9A9A. Windows color (decimal): -10438503 or 10074208. OLE color: 10074208.

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

Color convert

RGB96184153-
CMYK0.4800.170.28
HSL158.86º38.26%54.9%-
HSV(B)158.86º47.83%72.16%-
XYZ27.7139.0736.22-
YUV154.15127.3586.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=22.17%
G=42.49%
B=35.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961841530.4800.170.28158.8638.2654.9
Hex60B899300111C9f2637
Octal14027023160021342374667
Binary110000010111000100110011100000100011110010011111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,184,153); }

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

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

 a { background-color: rgb(96,184,153); }

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

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

 span { border-color: rgb(96,184,153); }

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