#68AE9B

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

Shades of Keppel #68AE9B

Tints of Keppel #68AE9B

Color information

#68AE9B (or 0x68AE9B) is unknown color: approx Keppel. HEX triplet: 68, AE and 9B. RGB value is (104,174,155). Sum of RGB (Red+Green+Blue) = 104+174+155=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE9B is #975164. Grayscale: #969696. Windows color (decimal): -9916773 or 10202728. OLE color: 10202728.

HSL color Cylindrical-coordinate representation of color #68AE9B: hue angle of 163.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AE9B is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB104174155-
CMYK0.4000.110.32
HSL163.71º30.17%54.51%-
HSV(B)163.71º40.23%68.24%-
XYZ26.7635.5836.47-
YUV150.9130.3194.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.02%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=24.02%
G=40.18%
B=35.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741550.4000.110.32163.7130.1754.51
Hex68AE9B280B20a41e37
Octal15025623350013402443667
Binary11010001010111010011011101000010111000001010010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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