#69FCAA

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

Shades of Medium Aquamarine #69FCAA

Tints of Medium Aquamarine #69FCAA

Color information

#69FCAA (or 0x69FCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 69, FC and AA. RGB value is (105,252,170). Sum of RGB (Red+Green+Blue) = 105+252+170=527 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.92% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FCAA is #960355. Grayscale: #C6C6C6. Windows color (decimal): -9831254 or 11205737. OLE color: 11205737.

HSL color Cylindrical-coordinate representation of color #69FCAA: hue angle of 146.53º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FCAA is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB105252170-
CMYK0.5800.330.01
HSL146.53º96.08%70%-
HSV(B)146.53º58.33%98.82%-
XYZ47.8975.5350.08-
YUV198.7111.861.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.92%
GREEN value IS 252 (98.83% from 255) = 47.82%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=19.92%
G=47.82%
B=32.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052521700.5800.330.01146.5396.0870
Hex69FCAA3A0211936046
Octal151374252720411223140106
Binary11010011111110010101010111010010000111001001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,252,170); }

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

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

 a { background-color: rgb(105,252,170); }

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

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

 span { border-color: rgb(105,252,170); }

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