#6ACDA1

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

Shades of Medium Aquamarine #6ACDA1

Tints of Medium Aquamarine #6ACDA1

Color information

#6ACDA1 (or 0x6ACDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CD and A1. RGB value is (106,205,161). Sum of RGB (Red+Green+Blue) = 106+205+161=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDA1 is #95325E. Grayscale: #AAAAAA. Windows color (decimal): -9777759 or 10603882. OLE color: 10603882.

HSL color Cylindrical-coordinate representation of color #6ACDA1: hue angle of 153.33º 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 #6ACDA1 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB106205161-
CMYK0.4800.210.20
HSL153.33º49.75%60.98%-
HSV(B)153.33º48.29%80.39%-
XYZ34.2149.341.43-
YUV170.38122.782.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=22.46%
G=43.43%
B=34.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051610.4800.210.20153.3349.7560.98
Hex6ACDA1300151499323d
Octal15231524160025242316275
Binary110101011001101101000011100000101011010010011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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