#60B598

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

Shades of Keppel #60B598

Tints of Keppel #60B598

Color information

#60B598 (or 0x60B598) is unknown color: approx Keppel. HEX triplet: 60, B5 and 98. RGB value is (96,181,152). Sum of RGB (Red+Green+Blue) = 96+181+152=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #60B598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B598 is #9F4A67. Grayscale: #989898. Windows color (decimal): -10439272 or 10007904. OLE color: 10007904.

HSL color Cylindrical-coordinate representation of color #60B598: hue angle of 159.53º 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 #60B598 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB96181152-
CMYK0.4700.160.29
HSL159.53º36.48%54.31%-
HSV(B)159.53º46.96%70.98%-
XYZ27.0237.835.58-
YUV152.28127.8487.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=22.38%
G=42.19%
B=35.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961811520.4700.160.29159.5336.4854.31
Hex60B5982F0101Da02436
Octal14026523057020352404466
Binary110000010110101100110001011110100001110110100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,181,152); }

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

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

 a { background-color: rgb(96,181,152); }

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

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

 span { border-color: rgb(96,181,152); }

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