#68B99C

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

Shades of Keppel #68B99C

Tints of Keppel #68B99C

Color information

#68B99C (or 0x68B99C) is unknown color: approx Keppel. HEX triplet: 68, B9 and 9C. RGB value is (104,185,156). Sum of RGB (Red+Green+Blue) = 104+185+156=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #68B99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B99C is #974663. Grayscale: #9D9D9D. Windows color (decimal): -9913956 or 10271080. OLE color: 10271080.

HSL color Cylindrical-coordinate representation of color #68B99C: hue angle of 158.52º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B99C is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB104185156-
CMYK0.4400.160.27
HSL158.52º36.65%56.67%-
HSV(B)158.52º43.78%72.55%-
XYZ29.0640.0437.65-
YUV157.48127.1689.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.37%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=23.37%
G=41.57%
B=35.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041851560.4400.160.27158.5236.6556.67
Hex68B99C2C0101B9f2539
Octal15027123454020332374571
Binary110100010111001100111001011000100001101110011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B99C; }

 p { color: rgb(104,185,156); }

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

<style>
 a { background-color: #68B99C; }

 a { background-color: rgb(104,185,156); }

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

<style>
 span { border-color: #68B99C; }

 span { border-color: rgb(104,185,156); }

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