#68AE99

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

Shades of Keppel #68AE99

Tints of Keppel #68AE99

Color information

#68AE99 (or 0x68AE99) is unknown color: approx Keppel. HEX triplet: 68, AE and 99. RGB value is (104,174,153). Sum of RGB (Red+Green+Blue) = 104+174+153=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE99 is #975166. Grayscale: #969696. Windows color (decimal): -9916775 or 10071656. OLE color: 10071656.

HSL color Cylindrical-coordinate representation of color #68AE99: hue angle of 162º 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 #68AE99 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB104174153-
CMYK0.4000.120.32
HSL162º30.17%54.51%-
HSV(B)162º40.23%68.24%-
XYZ26.5935.5235.59-
YUV150.68129.3194.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.13%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=24.13%
G=40.37%
B=35.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741530.4000.120.3216230.1754.51
Hex68AE99280C20a21e37
Octal15025623150014402423667
Binary11010001010111010011001101000011001000001010001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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