#6ACDA8

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

Shades of Medium Aquamarine #6ACDA8

Tints of Medium Aquamarine #6ACDA8

Color information

#6ACDA8 (or 0x6ACDA8) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CD and A8. RGB value is (106,205,168). Sum of RGB (Red+Green+Blue) = 106+205+168=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDA8 is #953257. Grayscale: #ABABAB. Windows color (decimal): -9777752 or 11062634. OLE color: 11062634.

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

Color convert

RGB106205168-
CMYK0.4800.180.20
HSL157.58º49.75%60.98%-
HSV(B)157.58º48.29%80.39%-
XYZ34.8449.5544.77-
YUV171.18126.281.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.13%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=22.13%
G=42.80%
B=35.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051680.4800.180.20157.5849.7560.98
Hex6ACDA830012149e323d
Octal15231525060022242366275
Binary110101011001101101010001100000100101010010011110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ACDA8; }

 p { color: rgb(106,205,168); }

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

<style>
 a { background-color: #6ACDA8; }

 a { background-color: rgb(106,205,168); }

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

<style>
 span { border-color: #6ACDA8; }

 span { border-color: rgb(106,205,168); }

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