#68B39A

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

Shades of Keppel #68B39A

Tints of Keppel #68B39A

Color information

#68B39A (or 0x68B39A) is unknown color: approx Keppel. HEX triplet: 68, B3 and 9A. RGB value is (104,179,154). Sum of RGB (Red+Green+Blue) = 104+179+154=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #68B39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B39A is #974C65. Grayscale: #999999. Windows color (decimal): -9915494 or 10138472. OLE color: 10138472.

HSL color Cylindrical-coordinate representation of color #68B39A: hue angle of 160º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B39A is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB104179154-
CMYK0.4200.140.30
HSL160º33.04%55.49%-
HSV(B)160º41.9%70.2%-
XYZ27.6637.5236.36-
YUV153.72128.1592.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=23.80%
G=40.96%
B=35.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041791540.4200.140.3016033.0455.49
Hex68B39A2A0E1Ea02137
Octal15026323252016362404167
Binary11010001011001110011010101010011101111010100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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