#69F6A2

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

Shades of Medium Aquamarine #69F6A2

Tints of Medium Aquamarine #69F6A2

Color information

#69F6A2 (or 0x69F6A2) is unknown color: approx Medium Aquamarine. HEX triplet: 69, F6 and A2. RGB value is (105,246,162). Sum of RGB (Red+Green+Blue) = 105+246+162=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #69F6A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F6A2 is #96095D. Grayscale: #C2C2C2. Windows color (decimal): -9832798 or 10679913. OLE color: 10679913.

HSL color Cylindrical-coordinate representation of color #69F6A2: hue angle of 144.26º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F6A2 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB105246162-
CMYK0.5700.340.04
HSL144.26º88.68%68.82%-
HSV(B)144.26º57.32%96.47%-
XYZ45.371.5245.6-
YUV194.26109.7964.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.47%
GREEN value IS 246 (96.48% from 255) = 47.95%
BLUE value IS 162 (63.67% from 255) = 31.58%
R=20.47%
G=47.95%
B=31.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052461620.5700.340.04144.2688.6868.82
Hex69F6A2390224905945
Octal151366242710424220131105
Binary1101001111101101010001011100101000101001001000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,246,162); }

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

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

 a { background-color: rgb(105,246,162); }

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

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

 span { border-color: rgb(105,246,162); }

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