#68AB99

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

Shades of Keppel #68AB99

Tints of Keppel #68AB99

Color information

#68AB99 (or 0x68AB99) is unknown color: approx Keppel. HEX triplet: 68, AB and 99. RGB value is (104,171,153). Sum of RGB (Red+Green+Blue) = 104+171+153=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB99 is #975466. Grayscale: #949494. Windows color (decimal): -9917543 or 10070888. OLE color: 10070888.

HSL color Cylindrical-coordinate representation of color #68AB99: hue angle of 163.88º degrees, saturation: 0.29, 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 #68AB99 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB104171153-
CMYK0.3900.110.33
HSL163.88º28.51%53.92%-
HSV(B)163.88º39.18%67.06%-
XYZ26.0234.3735.4-
YUV148.92130.395.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.30%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=24.30%
G=39.95%
B=35.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041711530.3900.110.33163.8828.5153.92
Hex68AB99270B21a41d36
Octal15025323147013412443566
Binary11010001010101110011001100111010111000011010010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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