#68AD9B

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

Shades of Keppel #68AD9B

Tints of Keppel #68AD9B

Color information

#68AD9B (or 0x68AD9B) is unknown color: approx Keppel. HEX triplet: 68, AD and 9B. RGB value is (104,173,155). Sum of RGB (Red+Green+Blue) = 104+173+155=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD9B is #975264. Grayscale: #969696. Windows color (decimal): -9917029 or 10202472. OLE color: 10202472.

HSL color Cylindrical-coordinate representation of color #68AD9B: hue angle of 164.35º 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 #68AD9B is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB104173155-
CMYK0.4000.100.32
HSL164.35º29.61%54.31%-
HSV(B)164.35º39.88%67.84%-
XYZ26.5735.236.4-
YUV150.32130.6494.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.07%
GREEN value IS 173 (67.97% from 255) = 40.05%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=24.07%
G=40.05%
B=35.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041731550.4000.100.32164.3529.6154.31
Hex68AD9B280A20a41e36
Octal15025523350012402443666
Binary11010001010110110011011101000010101000001010010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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