#69F2AD

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

Shades of Medium Aquamarine #69F2AD

Tints of Medium Aquamarine #69F2AD

Color information

#69F2AD (or 0x69F2AD) is unknown color: approx Medium Aquamarine. HEX triplet: 69, F2 and AD. RGB value is (105,242,173). Sum of RGB (Red+Green+Blue) = 105+242+173=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F2AD is #960D52. Grayscale: #C1C1C1. Windows color (decimal): -9833811 or 11399785. OLE color: 11399785.

HSL color Cylindrical-coordinate representation of color #69F2AD: hue angle of 149.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F2AD is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB105242173-
CMYK0.5700.290.05
HSL149.78º84.05%68.04%-
HSV(B)149.78º56.61%94.9%-
XYZ45.1269.5250.58-
YUV193.17116.6165.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.19%
GREEN value IS 242 (94.92% from 255) = 46.54%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=20.19%
G=46.54%
B=33.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052421730.5700.290.05149.7884.0568.04
Hex69F2AD3901D5965444
Octal151362255710355226124104
Binary110100111110010101011011110010111011011001011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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