#60B493

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

Shades of Keppel #60B493

Tints of Keppel #60B493

Color information

#60B493 (or 0x60B493) is unknown color: approx Keppel. HEX triplet: 60, B4 and 93. RGB value is (96,180,147). Sum of RGB (Red+Green+Blue) = 96+180+147=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #60B493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B493 is #9F4B6C. Grayscale: #979797. Windows color (decimal): -10439533 or 9679968. OLE color: 9679968.

HSL color Cylindrical-coordinate representation of color #60B493: hue angle of 156.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B493 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB96180147-
CMYK0.4700.180.29
HSL156.43º35.9%54.12%-
HSV(B)156.43º46.67%70.59%-
XYZ26.4137.2433.4-
YUV151.12125.6788.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=22.70%
G=42.55%
B=34.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801470.4700.180.29156.4335.954.12
Hex60B4932F0121D9c2436
Octal14026422357022352344466
Binary110000010110100100100111011110100101110110011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,180,147); }

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

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

 a { background-color: rgb(96,180,147); }

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

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

 span { border-color: rgb(96,180,147); }

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