#68C9A0

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

Shades of Medium Aquamarine #68C9A0

Tints of Medium Aquamarine #68C9A0

Color information

#68C9A0 (or 0x68C9A0) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C9 and A0. RGB value is (104,201,160). Sum of RGB (Red+Green+Blue) = 104+201+160=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #68C9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C9A0 is #97365F. Grayscale: #A7A7A7. Windows color (decimal): -9909856 or 10537320. OLE color: 10537320.

HSL color Cylindrical-coordinate representation of color #68C9A0: hue angle of 154.64º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C9A0 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB104201160-
CMYK0.4800.200.21
HSL154.64º47.32%59.8%-
HSV(B)154.64º48.26%78.82%-
XYZ32.9447.2540.64-
YUV167.32123.8682.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=22.37%
G=43.23%
B=34.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1042011600.4800.200.21154.6447.3259.8
Hex68C9A030014159b2f3c
Octal15031124060024252335774
Binary110100011001001101000001100000101001010110011011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,201,160); }

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

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

 a { background-color: rgb(104,201,160); }

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

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

 span { border-color: rgb(104,201,160); }

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