#69C3A5

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

Shades of Medium Aquamarine #69C3A5

Tints of Medium Aquamarine #69C3A5

Color information

#69C3A5 (or 0x69C3A5) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C3 and A5. RGB value is (105,195,165). Sum of RGB (Red+Green+Blue) = 105+195+165=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #69C3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C3A5 is #963C5A. Grayscale: #A4A4A4. Windows color (decimal): -9845851 or 10863465. OLE color: 10863465.

HSL color Cylindrical-coordinate representation of color #69C3A5: hue angle of 160º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C3A5 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB105195165-
CMYK0.4600.150.24
HSL160º42.86%58.82%-
HSV(B)160º46.15%76.47%-
XYZ32.1344.7542.54-
YUV164.67128.1885.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.58%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=22.58%
G=41.94%
B=35.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051951650.4600.150.2416042.8658.82
Hex69C3A52E0F18a02b3b
Octal15130324556017302405373
Binary11010011100001110100101101110011111100010100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,195,165); }

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

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

 a { background-color: rgb(105,195,165); }

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

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

 span { border-color: rgb(105,195,165); }

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