#69D39C

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

Shades of Medium Aquamarine #69D39C

Tints of Medium Aquamarine #69D39C

Color information

#69D39C (or 0x69D39C) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D3 and 9C. RGB value is (105,211,156). Sum of RGB (Red+Green+Blue) = 105+211+156=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #69D39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D39C is #962C63. Grayscale: #ADADAD. Windows color (decimal): -9841764 or 10277737. OLE color: 10277737.

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

Color convert

RGB105211156-
CMYK0.5000.260.17
HSL148.87º54.64%61.96%-
HSV(B)148.87º50.24%82.75%-
XYZ35.1251.9939.64-
YUV173.04118.3879.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.25%
GREEN value IS 211 (82.81% from 255) = 44.70%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=22.25%
G=44.70%
B=33.05%

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
Decimal1052111560.5000.260.17148.8754.6461.96
Hex69D39C3201A1195373e
Octal15132323462032212256776
Binary110100111010011100111001100100110101000110010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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