#60BF99

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

Shades of Keppel #60BF99

Tints of Keppel #60BF99

Color information

#60BF99 (or 0x60BF99) is unknown color: approx Keppel. HEX triplet: 60, BF and 99. RGB value is (96,191,153). Sum of RGB (Red+Green+Blue) = 96+191+153=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF99 is #9F4066. Grayscale: #9E9E9E. Windows color (decimal): -10436711 or 10076000. OLE color: 10076000.

HSL color Cylindrical-coordinate representation of color #60BF99: hue angle of 156º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF99 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB96191153-
CMYK0.5000.200.25
HSL156º42.6%56.27%-
HSV(B)156º49.74%74.9%-
XYZ29.242.0536.71-
YUV158.26125.0383.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.82%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=21.82%
G=43.41%
B=34.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911530.5000.200.2515642.656.27
Hex60BF9932014199c2b38
Octal14027723162024312345370
Binary110000010111111100110011100100101001100110011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,191,153); }

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

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

 a { background-color: rgb(96,191,153); }

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

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

 span { border-color: rgb(96,191,153); }

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