#69BFA9

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

Shades of Medium Aquamarine #69BFA9

Tints of Medium Aquamarine #69BFA9

Color information

#69BFA9 (or 0x69BFA9) is unknown color: approx Medium Aquamarine. HEX triplet: 69, BF and A9. RGB value is (105,191,169). Sum of RGB (Red+Green+Blue) = 105+191+169=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BFA9 is #964056. Grayscale: #A2A2A2. Windows color (decimal): -9846871 or 11124585. OLE color: 11124585.

HSL color Cylindrical-coordinate representation of color #69BFA9: hue angle of 164.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BFA9 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB105191169-
CMYK0.4500.120.25
HSL164.65º40.19%58.04%-
HSV(B)164.65º45.03%74.9%-
XYZ31.6243.1344.19-
YUV162.78131.5186.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.58%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=22.58%
G=41.08%
B=36.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911690.4500.120.25164.6540.1958.04
Hex69BFA92D0C19a5283a
Octal15127725155014312455072
Binary11010011011111110101001101101011001100110100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,191,169); }

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

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

 a { background-color: rgb(105,191,169); }

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

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

 span { border-color: rgb(105,191,169); }

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