#69C6A5

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

Shades of Medium Aquamarine #69C6A5

Tints of Medium Aquamarine #69C6A5

Color information

#69C6A5 (or 0x69C6A5) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C6 and A5. RGB value is (105,198,165). Sum of RGB (Red+Green+Blue) = 105+198+165=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #69C6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C6A5 is #96395A. Grayscale: #A6A6A6. Windows color (decimal): -9845083 or 10864233. OLE color: 10864233.

HSL color Cylindrical-coordinate representation of color #69C6A5: hue angle of 158.71º 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 #69C6A5 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB105198165-
CMYK0.4700.170.22
HSL158.71º44.93%59.41%-
HSV(B)158.71º46.97%77.65%-
XYZ32.8146.1142.77-
YUV166.43127.1984.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.44%
GREEN value IS 198 (77.73% from 255) = 42.31%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=22.44%
G=42.31%
B=35.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051981650.4700.170.22158.7144.9359.41
Hex69C6A52F011169f2d3b
Octal15130624557021262375573
Binary110100111000110101001011011110100011011010011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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