#60B091

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

Shades of Keppel #60B091

Tints of Keppel #60B091

Color information

#60B091 (or 0x60B091) is unknown color: approx Keppel. HEX triplet: 60, B0 and 91. RGB value is (96,176,145). Sum of RGB (Red+Green+Blue) = 96+176+145=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #60B091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B091 is #9F4F6E. Grayscale: #949494. Windows color (decimal): -10440559 or 9547872. OLE color: 9547872.

HSL color Cylindrical-coordinate representation of color #60B091: hue angle of 156.75º 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 #60B091 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB96176145-
CMYK0.4500.180.31
HSL156.75º33.61%53.33%-
HSV(B)156.75º45.45%69.02%-
XYZ25.4635.5832.31-
YUV148.5512690.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=23.02%
G=42.21%
B=34.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961761450.4500.180.31156.7533.6153.33
Hex60B0912D0121F9d2235
Octal14026022155022372354265
Binary110000010110000100100011011010100101111110011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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