#68BA9D

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

Shades of Keppel #68BA9D

Tints of Keppel #68BA9D

Color information

#68BA9D (or 0x68BA9D) is unknown color: approx Keppel. HEX triplet: 68, BA and 9D. RGB value is (104,186,157). Sum of RGB (Red+Green+Blue) = 104+186+157=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BA9D is #974562. Grayscale: #9E9E9E. Windows color (decimal): -9913699 or 10336872. OLE color: 10336872.

HSL color Cylindrical-coordinate representation of color #68BA9D: hue angle of 158.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BA9D is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB104186157-
CMYK0.4400.160.27
HSL158.78º37.27%56.86%-
HSV(B)158.78º44.09%72.94%-
XYZ29.3540.538.17-
YUV158.18127.3389.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.27%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=23.27%
G=41.61%
B=35.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041861570.4400.160.27158.7837.2756.86
Hex68BA9D2C0101B9f2539
Octal15027223554020332374571
Binary110100010111010100111011011000100001101110011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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