#68B69A

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

Shades of Keppel #68B69A

Tints of Keppel #68B69A

Color information

#68B69A (or 0x68B69A) is unknown color: approx Keppel. HEX triplet: 68, B6 and 9A. RGB value is (104,182,154). Sum of RGB (Red+Green+Blue) = 104+182+154=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #68B69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B69A is #974965. Grayscale: #9B9B9B. Windows color (decimal): -9914726 or 10139240. OLE color: 10139240.

HSL color Cylindrical-coordinate representation of color #68B69A: hue angle of 158.46º 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 #68B69A is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB104182154-
CMYK0.4300.150.29
HSL158.46º34.82%56.08%-
HSV(B)158.46º42.86%71.37%-
XYZ28.2738.7336.56-
YUV155.49127.1691.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 154 (60.55% from 255) = 35%
R=23.64%
G=41.36%
B=35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041821540.4300.150.29158.4634.8256.08
Hex68B69A2B0F1D9e2338
Octal15026623253017352364370
Binary11010001011011010011010101011011111110110011110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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