#69D8AC

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

Shades of Medium Aquamarine #69D8AC

Tints of Medium Aquamarine #69D8AC

Color information

#69D8AC (or 0x69D8AC) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D8 and AC. RGB value is (105,216,172). Sum of RGB (Red+Green+Blue) = 105+216+172=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D8AC is #962753. Grayscale: #B1B1B1. Windows color (decimal): -9840468 or 11327593. OLE color: 11327593.

HSL color Cylindrical-coordinate representation of color #69D8AC: hue angle of 156.22º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D8AC is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB105216172-
CMYK0.5100.200.15
HSL156.22º58.73%62.94%-
HSV(B)156.22º51.39%84.71%-
XYZ37.8355.0947.67-
YUV177.8124.7376.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.30%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=21.30%
G=43.81%
B=34.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052161720.5100.200.15156.2258.7362.94
Hex69D8AC33014F9c3b3f
Octal15133025463024172347377
Binary11010011101100010101100110011010100111110011100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,216,172); }

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

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

 a { background-color: rgb(105,216,172); }

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

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

 span { border-color: rgb(105,216,172); }

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