#69C7AD

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

Shades of Medium Aquamarine #69C7AD

Tints of Medium Aquamarine #69C7AD

Color information

#69C7AD (or 0x69C7AD) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C7 and AD. RGB value is (105,199,173). Sum of RGB (Red+Green+Blue) = 105+199+173=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #69C7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C7AD is #963852. Grayscale: #A7A7A7. Windows color (decimal): -9844819 or 11388777. OLE color: 11388777.

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

Color convert

RGB105199173-
CMYK0.4700.130.22
HSL163.4º45.63%59.61%-
HSV(B)163.4º47.24%78.04%-
XYZ33.7946.8746.8-
YUV167.93130.8683.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.01%
GREEN value IS 199 (78.12% from 255) = 41.72%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=22.01%
G=41.72%
B=36.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051991730.4700.130.22163.445.6359.61
Hex69C7AD2F0D16a32e3c
Octal15130725557015262435674
Binary11010011100011110101101101111011011011010100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,199,173); }

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

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

 a { background-color: rgb(105,199,173); }

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

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

 span { border-color: rgb(105,199,173); }

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