#60B097

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

Shades of Keppel #60B097

Tints of Keppel #60B097

Color information

#60B097 (or 0x60B097) is unknown color: approx Keppel. HEX triplet: 60, B0 and 97. RGB value is (96,176,151). Sum of RGB (Red+Green+Blue) = 96+176+151=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #60B097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B097 is #9F4F68. Grayscale: #959595. Windows color (decimal): -10440553 or 9941088. OLE color: 9941088.

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

Color convert

RGB96176151-
CMYK0.4500.140.31
HSL161.25º33.61%53.33%-
HSV(B)161.25º45.45%69.02%-
XYZ25.9435.7734.82-
YUV149.2312990.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=22.70%
G=41.61%
B=35.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961761510.4500.140.31161.2533.6153.33
Hex60B0972D0E1Fa12235
Octal14026022755016372414265
Binary11000001011000010010111101101011101111110100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,176,151); }

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

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

 a { background-color: rgb(96,176,151); }

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

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

 span { border-color: rgb(96,176,151); }

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