#69C6A1

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

Shades of Medium Aquamarine #69C6A1

Tints of Medium Aquamarine #69C6A1

Color information

#69C6A1 (or 0x69C6A1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C6 and A1. RGB value is (105,198,161). Sum of RGB (Red+Green+Blue) = 105+198+161=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #69C6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C6A1 is #96395E. Grayscale: #A6A6A6. Windows color (decimal): -9845087 or 10602089. OLE color: 10602089.

HSL color Cylindrical-coordinate representation of color #69C6A1: hue angle of 156.13º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C6A1 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB105198161-
CMYK0.4700.190.22
HSL156.13º44.93%59.41%-
HSV(B)156.13º46.97%77.65%-
XYZ32.4545.9640.88-
YUV165.98125.1984.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=22.63%
G=42.67%
B=34.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051981610.4700.190.22156.1344.9359.41
Hex69C6A12F013169c2d3b
Octal15130624157023262345573
Binary110100111000110101000011011110100111011010011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C6A1; }

 p { color: rgb(105,198,161); }

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

<style>
 a { background-color: #69C6A1; }

 a { background-color: rgb(105,198,161); }

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

<style>
 span { border-color: #69C6A1; }

 span { border-color: rgb(105,198,161); }

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