#6ACEA5

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

Shades of Medium Aquamarine #6ACEA5

Tints of Medium Aquamarine #6ACEA5

Color information

#6ACEA5 (or 0x6ACEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CE and A5. RGB value is (106,206,165). Sum of RGB (Red+Green+Blue) = 106+206+165=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEA5 is #95315A. Grayscale: #ABABAB. Windows color (decimal): -9777499 or 10866282. OLE color: 10866282.

HSL color Cylindrical-coordinate representation of color #6ACEA5: hue angle of 155.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACEA5 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB106206165-
CMYK0.4900.200.19
HSL155.4º50.51%61.18%-
HSV(B)155.4º48.54%80.78%-
XYZ34.8149.9243.4-
YUV171.43124.3781.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.22%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=22.22%
G=43.19%
B=34.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062061650.4900.200.19155.450.5161.18
Hex6ACEA531014139b333d
Octal15231624561024232336375
Binary110101011001110101001011100010101001001110011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,206,165); }

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

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

 a { background-color: rgb(106,206,165); }

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

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

 span { border-color: rgb(106,206,165); }

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