#68A698

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

Shades of Keppel #68A698

Tints of Keppel #68A698

Color information

#68A698 (or 0x68A698) is unknown color: approx Keppel. HEX triplet: 68, A6 and 98. RGB value is (104,166,152). Sum of RGB (Red+Green+Blue) = 104+166+152=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #68A698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A698 is #975967. Grayscale: #919191. Windows color (decimal): -9918824 or 10004072. OLE color: 10004072.

HSL color Cylindrical-coordinate representation of color #68A698: hue angle of 166.45º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A698 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB104166152-
CMYK0.3700.080.35
HSL166.45º25.83%52.94%-
HSV(B)166.45º37.35%65.1%-
XYZ25.0132.4834.66-
YUV145.87131.4698.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.64%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=24.64%
G=39.34%
B=36.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041661520.3700.080.35166.4525.8352.94
Hex68A698250823a61a35
Octal15024623045010432463265
Binary11010001010011010011000100101010001000111010011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,166,152); }

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

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

 a { background-color: rgb(104,166,152); }

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

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

 span { border-color: rgb(104,166,152); }

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