#68C8A5

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

Shades of Medium Aquamarine #68C8A5

Tints of Medium Aquamarine #68C8A5

Color information

#68C8A5 (or 0x68C8A5) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C8 and A5. RGB value is (104,200,165). Sum of RGB (Red+Green+Blue) = 104+200+165=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8A5 is #97375A. Grayscale: #A7A7A7. Windows color (decimal): -9910107 or 10864744. OLE color: 10864744.

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

Color convert

RGB104200165-
CMYK0.4800.180.22
HSL158.12º46.6%59.61%-
HSV(B)158.12º48%78.43%-
XYZ33.1546.9742.92-
YUV167.31126.782.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.17%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=22.17%
G=42.64%
B=35.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001650.4800.180.22158.1246.659.61
Hex68C8A530012169e2f3c
Octal15031024560022262365774
Binary110100011001000101001011100000100101011010011110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,200,165); }

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

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

 a { background-color: rgb(104,200,165); }

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

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

 span { border-color: rgb(104,200,165); }

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