#68AA9B

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

Shades of Keppel #68AA9B

Tints of Keppel #68AA9B

Color information

#68AA9B (or 0x68AA9B) is unknown color: approx Keppel. HEX triplet: 68, AA and 9B. RGB value is (104,170,155). Sum of RGB (Red+Green+Blue) = 104+170+155=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA9B is #975564. Grayscale: #949494. Windows color (decimal): -9917797 or 10201704. OLE color: 10201704.

HSL color Cylindrical-coordinate representation of color #68AA9B: hue angle of 166.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA9B is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB104170155-
CMYK0.3900.090.33
HSL166.36º27.97%53.73%-
HSV(B)166.36º38.82%66.67%-
XYZ2634.0636.21-
YUV148.56131.6396.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=24.24%
G=39.63%
B=36.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701550.3900.090.33166.3627.9753.73
Hex68AA9B270921a61c36
Octal15025223347011412463466
Binary11010001010101010011011100111010011000011010011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,155); }

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

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

 a { background-color: rgb(104,170,155); }

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

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

 span { border-color: rgb(104,170,155); }

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