#68AC99

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

Shades of Keppel #68AC99

Tints of Keppel #68AC99

Color information

#68AC99 (or 0x68AC99) is unknown color: approx Keppel. HEX triplet: 68, AC and 99. RGB value is (104,172,153). Sum of RGB (Red+Green+Blue) = 104+172+153=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC99 is #975366. Grayscale: #959595. Windows color (decimal): -9917287 or 10071144. OLE color: 10071144.

HSL color Cylindrical-coordinate representation of color #68AC99: hue angle of 163.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC99 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB104172153-
CMYK0.4000.110.33
HSL163.24º29.06%54.12%-
HSV(B)163.24º39.53%67.45%-
XYZ26.2134.7535.46-
YUV149.5129.9795.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=24.24%
G=40.09%
B=35.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721530.4000.110.33163.2429.0654.12
Hex68AC99280B21a31d36
Octal15025423150013412433566
Binary11010001010110010011001101000010111000011010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,153); }

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

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

 a { background-color: rgb(104,172,153); }

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

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

 span { border-color: rgb(104,172,153); }

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