#68B099

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

Shades of Keppel #68B099

Tints of Keppel #68B099

Color information

#68B099 (or 0x68B099) is unknown color: approx Keppel. HEX triplet: 68, B0 and 99. RGB value is (104,176,153). Sum of RGB (Red+Green+Blue) = 104+176+153=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #68B099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B099 is #974F66. Grayscale: #979797. Windows color (decimal): -9916263 or 10072168. OLE color: 10072168.

HSL color Cylindrical-coordinate representation of color #68B099: hue angle of 160.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B099 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB104176153-
CMYK0.4100.130.31
HSL160.83º31.3%54.9%-
HSV(B)160.83º40.91%69.02%-
XYZ26.9836.2935.72-
YUV151.85128.6593.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.02%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=24.02%
G=40.65%
B=35.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041761530.4100.130.31160.8331.354.9
Hex68B099290D1Fa11f37
Octal15026023151015372413767
Binary1101000101100001001100110100101101111111010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,153); }

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

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

 a { background-color: rgb(104,176,153); }

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

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

 span { border-color: rgb(104,176,153); }

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