#60BC9D

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

Shades of Keppel #60BC9D

Tints of Keppel #60BC9D

Color information

#60BC9D (or 0x60BC9D) is unknown color: approx Keppel. HEX triplet: 60, BC and 9D. RGB value is (96,188,157). Sum of RGB (Red+Green+Blue) = 96+188+157=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BC9D is #9F4362. Grayscale: #9C9C9C. Windows color (decimal): -10437475 or 10337376. OLE color: 10337376.

HSL color Cylindrical-coordinate representation of color #60BC9D: hue angle of 159.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BC9D is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB96188157-
CMYK0.4900.160.26
HSL159.78º40.71%55.69%-
HSV(B)159.78º48.94%73.73%-
XYZ28.8940.8938.27-
YUV156.96128.0284.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.77%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=21.77%
G=42.63%
B=35.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881570.4900.160.26159.7840.7155.69
Hex60BC9D310101Aa02938
Octal14027423561020322405170
Binary110000010111100100111011100010100001101010100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,188,157); }

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

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

 a { background-color: rgb(96,188,157); }

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

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

 span { border-color: rgb(96,188,157); }

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