#68B89C

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

Shades of Keppel #68B89C

Tints of Keppel #68B89C

Color information

#68B89C (or 0x68B89C) is unknown color: approx Keppel. HEX triplet: 68, B8 and 9C. RGB value is (104,184,156). Sum of RGB (Red+Green+Blue) = 104+184+156=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #68B89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B89C is #974763. Grayscale: #9C9C9C. Windows color (decimal): -9914212 or 10270824. OLE color: 10270824.

HSL color Cylindrical-coordinate representation of color #68B89C: hue angle of 159º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B89C is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB104184156-
CMYK0.4300.150.28
HSL159º36.04%56.47%-
HSV(B)159º43.48%72.16%-
XYZ28.8539.6237.58-
YUV156.89127.590.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.42%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=23.42%
G=41.44%
B=35.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041841560.4300.150.2815936.0456.47
Hex68B89C2B0F1C9f2438
Octal15027023453017342374470
Binary11010001011100010011100101011011111110010011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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