#68AE97

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

Shades of Keppel #68AE97

Tints of Keppel #68AE97

Color information

#68AE97 (or 0x68AE97) is unknown color: approx Keppel. HEX triplet: 68, AE and 97. RGB value is (104,174,151). Sum of RGB (Red+Green+Blue) = 104+174+151=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE97 is #975168. Grayscale: #969696. Windows color (decimal): -9916777 or 9940584. OLE color: 9940584.

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

Color convert

RGB104174151-
CMYK0.4000.130.32
HSL160.29º30.17%54.51%-
HSV(B)160.29º40.23%68.24%-
XYZ26.4335.4534.73-
YUV150.45128.3194.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=24.24%
G=40.56%
B=35.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741510.4000.130.32160.2930.1754.51
Hex68AE97280D20a01e37
Octal15025622750015402403667
Binary11010001010111010010111101000011011000001010000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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