#60B895

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

Shades of Keppel #60B895

Tints of Keppel #60B895

Color information

#60B895 (or 0x60B895) is unknown color: approx Keppel. HEX triplet: 60, B8 and 95. RGB value is (96,184,149). Sum of RGB (Red+Green+Blue) = 96+184+149=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #60B895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B895 is #9F476A. Grayscale: #999999. Windows color (decimal): -10438507 or 9812064. OLE color: 9812064.

HSL color Cylindrical-coordinate representation of color #60B895: hue angle of 156.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B895 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB96184149-
CMYK0.4800.190.28
HSL156.14º38.26%54.9%-
HSV(B)156.14º47.83%72.16%-
XYZ27.3938.9434.51-
YUV153.7125.3586.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=22.38%
G=42.89%
B=34.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961841490.4800.190.28156.1438.2654.9
Hex60B895300131C9c2637
Octal14027022560023342344667
Binary110000010111000100101011100000100111110010011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,184,149); }

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

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

 a { background-color: rgb(96,184,149); }

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

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

 span { border-color: rgb(96,184,149); }

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