#68B6A0

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

Shades of Keppel #68B6A0

Tints of Keppel #68B6A0

Color information

#68B6A0 (or 0x68B6A0) is unknown color: approx Keppel. HEX triplet: 68, B6 and A0. RGB value is (104,182,160). Sum of RGB (Red+Green+Blue) = 104+182+160=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #68B6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B6A0 is #97495F. Grayscale: #9C9C9C. Windows color (decimal): -9914720 or 10532456. OLE color: 10532456.

HSL color Cylindrical-coordinate representation of color #68B6A0: hue angle of 163.08º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B6A0 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB104182160-
CMYK0.4300.120.29
HSL163.08º34.82%56.08%-
HSV(B)163.08º42.86%71.37%-
XYZ28.7838.9439.26-
YUV156.17130.1690.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.32%
GREEN value IS 182 (71.48% from 255) = 40.81%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=23.32%
G=40.81%
B=35.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041821600.4300.120.29163.0834.8256.08
Hex68B6A02B0C1Da32338
Octal15026624053014352434370
Binary11010001011011010100000101011011001110110100011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,182,160); }

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

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

 a { background-color: rgb(104,182,160); }

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

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

 span { border-color: rgb(104,182,160); }

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