#69C5A0

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

Shades of Medium Aquamarine #69C5A0

Tints of Medium Aquamarine #69C5A0

Color information

#69C5A0 (or 0x69C5A0) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C5 and A0. RGB value is (105,197,160). Sum of RGB (Red+Green+Blue) = 105+197+160=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C5A0 is #963A5F. Grayscale: #A5A5A5. Windows color (decimal): -9845344 or 10536297. OLE color: 10536297.

HSL color Cylindrical-coordinate representation of color #69C5A0: hue angle of 155.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C5A0 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB105197160-
CMYK0.4700.190.23
HSL155.87º44.23%59.22%-
HSV(B)155.87º46.7%77.25%-
XYZ32.1445.4740.34-
YUV165.27125.0285.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.73%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 160 (62.89% from 255) = 34.63%
R=22.73%
G=42.64%
B=34.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051971600.4700.190.23155.8744.2359.22
Hex69C5A02F013179c2c3b
Octal15130524057023272345473
Binary110100111000101101000001011110100111011110011100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,197,160); }

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

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

 a { background-color: rgb(105,197,160); }

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

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

 span { border-color: rgb(105,197,160); }

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