#68AA9A

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

Shades of Keppel #68AA9A

Tints of Keppel #68AA9A

Color information

#68AA9A (or 0x68AA9A) is unknown color: approx Keppel. HEX triplet: 68, AA and 9A. RGB value is (104,170,154). Sum of RGB (Red+Green+Blue) = 104+170+154=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA9A is #975565. Grayscale: #949494. Windows color (decimal): -9917798 or 10136168. OLE color: 10136168.

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

Color convert

RGB104170154-
CMYK0.3900.090.33
HSL165.45º27.97%53.73%-
HSV(B)165.45º38.82%66.67%-
XYZ25.9234.0335.77-
YUV148.44131.1396.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.30%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 154 (60.55% from 255) = 35.98%
R=24.30%
G=39.72%
B=35.98%

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
Decimal1041701540.3900.090.33165.4527.9753.73
Hex68AA9A270921a51c36
Octal15025223247011412453466
Binary11010001010101010011010100111010011000011010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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