#60ba9e

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

Shades of Keppel #60BA9E

Tints of Keppel #60BA9E

Color information

#60BA9E (or 0x60BA9E) is unknown color: approx Keppel. HEX triplet: 60, BA and 9E. RGB value is (96,186,158). Sum of RGB (Red+Green+Blue) = 96+186+158=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BA9E is #9F4561. Grayscale: #9B9B9B. Windows color (decimal): -10437986 or 10402400. OLE color: 10402400.

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

Color convert

RGB96186158-
CMYK0.4800.150.27
HSL161.33º39.47%55.29%-
HSV(B)161.33º48.39%72.94%-
XYZ28.5540.0738.58-
YUV155.9129.1885.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.82%
GREEN value IS 186 (73.05% from 255) = 42.27%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=21.82%
G=42.27%
B=35.91%

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
Decimal961861580.4800.150.27161.3339.4755.29
Hex60BA9E300F1Ba12737
Octal14027223660017332414767
Binary11000001011101010011110110000011111101110100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ba9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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