#68CDAE

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

Shades of Medium Aquamarine #68CDAE

Tints of Medium Aquamarine #68CDAE

Color information

#68CDAE (or 0x68CDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CD and AE. RGB value is (104,205,174). Sum of RGB (Red+Green+Blue) = 104+205+174=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CDAE is #973251. Grayscale: #ABABAB. Windows color (decimal): -9908818 or 11455848. OLE color: 11455848.

HSL color Cylindrical-coordinate representation of color #68CDAE: hue angle of 161.58º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CDAE is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB104205174-
CMYK0.4900.150.20
HSL161.58º50.25%60.59%-
HSV(B)161.58º49.27%80.39%-
XYZ35.1849.6647.78-
YUV171.27129.5480.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.53%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=21.53%
G=42.44%
B=36.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042051740.4900.150.20161.5850.2560.59
Hex68CDAE310F14a2323d
Octal15031525661017242426275
Binary11010001100110110101110110001011111010010100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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