#69D39D

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

Shades of Medium Aquamarine #69D39D

Tints of Medium Aquamarine #69D39D

Color information

#69D39D (or 0x69D39D) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D3 and 9D. RGB value is (105,211,157). Sum of RGB (Red+Green+Blue) = 105+211+157=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #69D39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D39D is #962C62. Grayscale: #ADADAD. Windows color (decimal): -9841763 or 10343273. OLE color: 10343273.

HSL color Cylindrical-coordinate representation of color #69D39D: hue angle of 149.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D39D is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB105211157-
CMYK0.5000.260.17
HSL149.43º54.64%61.96%-
HSV(B)149.43º50.24%82.75%-
XYZ35.2152.0340.08-
YUV173.15118.8879.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 211 (82.81% from 255) = 44.61%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=22.20%
G=44.61%
B=33.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052111570.5000.260.17149.4354.6461.96
Hex69D39D3201A1195373e
Octal15132323562032212256776
Binary110100111010011100111011100100110101000110010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,211,157); }

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

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

 a { background-color: rgb(105,211,157); }

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

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

 span { border-color: rgb(105,211,157); }

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