#68AD9D

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

Shades of Keppel #68AD9D

Tints of Keppel #68AD9D

Color information

#68AD9D (or 0x68AD9D) is unknown color: approx Keppel. HEX triplet: 68, AD and 9D. RGB value is (104,173,157). Sum of RGB (Red+Green+Blue) = 104+173+157=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD9D is #975262. Grayscale: #969696. Windows color (decimal): -9917027 or 10333544. OLE color: 10333544.

HSL color Cylindrical-coordinate representation of color #68AD9D: hue angle of 166.09º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD9D is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB104173157-
CMYK0.4000.090.32
HSL166.09º29.61%54.31%-
HSV(B)166.09º39.88%67.84%-
XYZ26.7435.2637.3-
YUV150.54131.6494.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=23.96%
G=39.86%
B=36.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041731570.4000.090.32166.0929.6154.31
Hex68AD9D280920a61e36
Octal15025523550011402463666
Binary11010001010110110011101101000010011000001010011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,173,157); }

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

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

 a { background-color: rgb(104,173,157); }

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

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

 span { border-color: rgb(104,173,157); }

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