#60B199

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

Shades of Keppel #60B199

Tints of Keppel #60B199

Color information

#60B199 (or 0x60B199) is unknown color: approx Keppel. HEX triplet: 60, B1 and 99. RGB value is (96,177,153). Sum of RGB (Red+Green+Blue) = 96+177+153=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #60B199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B199 is #9F4E66. Grayscale: #969696. Windows color (decimal): -10440295 or 10072416. OLE color: 10072416.

HSL color Cylindrical-coordinate representation of color #60B199: hue angle of 162.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B199 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB96177153-
CMYK0.4600.140.31
HSL162.22º34.18%53.53%-
HSV(B)162.22º45.76%69.41%-
XYZ26.336.2335.74-
YUV150.05129.6689.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=22.54%
G=41.55%
B=35.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961771530.4600.140.31162.2234.1853.53
Hex60B1992E0E1Fa22236
Octal14026123156016372424266
Binary11000001011000110011001101110011101111110100010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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