#68CDAD

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

Shades of Medium Aquamarine #68CDAD

Tints of Medium Aquamarine #68CDAD

Color information

#68CDAD (or 0x68CDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CD and AD. RGB value is (104,205,173). Sum of RGB (Red+Green+Blue) = 104+205+173=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CDAD is #973252. Grayscale: #ABABAB. Windows color (decimal): -9908819 or 11390312. OLE color: 11390312.

HSL color Cylindrical-coordinate representation of color #68CDAD: hue angle of 160.99º 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 #68CDAD is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB104205173-
CMYK0.4900.160.20
HSL160.99º50.25%60.59%-
HSV(B)160.99º49.27%80.39%-
XYZ35.0849.6247.26-
YUV171.15129.0480.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.58%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=21.58%
G=42.53%
B=35.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042051730.4900.160.20160.9950.2560.59
Hex68CDAD3101014a1323d
Octal15031525561020242416275
Binary110100011001101101011011100010100001010010100001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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