#60BF9E

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

Shades of Keppel #60BF9E

Tints of Keppel #60BF9E

Color information

#60BF9E (or 0x60BF9E) is unknown color: approx Keppel. HEX triplet: 60, BF and 9E. RGB value is (96,191,158). Sum of RGB (Red+Green+Blue) = 96+191+158=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF9E is #9F4061. Grayscale: #9E9E9E. Windows color (decimal): -10436706 or 10403680. OLE color: 10403680.

HSL color Cylindrical-coordinate representation of color #60BF9E: hue angle of 159.16º 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 #60BF9E is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB96191158-
CMYK0.5000.170.25
HSL159.16º42.6%56.27%-
HSV(B)159.16º49.74%74.9%-
XYZ29.6342.2238.93-
YUV158.83127.5383.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.57%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=21.57%
G=42.92%
B=35.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911580.5000.170.25159.1642.656.27
Hex60BF9E32011199f2b38
Octal14027723662021312375370
Binary110000010111111100111101100100100011100110011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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