#60B99E

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

Shades of Keppel #60B99E

Tints of Keppel #60B99E

Color information

#60B99E (or 0x60B99E) is unknown color: approx Keppel. HEX triplet: 60, B9 and 9E. RGB value is (96,185,158). Sum of RGB (Red+Green+Blue) = 96+185+158=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #60B99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B99E is #9F4661. Grayscale: #9B9B9B. Windows color (decimal): -10438242 or 10402144. OLE color: 10402144.

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

Color convert

RGB96185158-
CMYK0.4800.150.27
HSL161.8º38.86%55.1%-
HSV(B)161.8º48.11%72.55%-
XYZ28.3439.6538.51-
YUV155.31129.5185.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.87%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=21.87%
G=42.14%
B=35.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961851580.4800.150.27161.838.8655.1
Hex60B99E300F1Ba22737
Octal14027123660017332424767
Binary11000001011100110011110110000011111101110100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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