#69C5A5

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

Shades of Medium Aquamarine #69C5A5

Tints of Medium Aquamarine #69C5A5

Color information

#69C5A5 (or 0x69C5A5) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C5 and A5. RGB value is (105,197,165). Sum of RGB (Red+Green+Blue) = 105+197+165=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C5A5 is #963A5A. Grayscale: #A5A5A5. Windows color (decimal): -9845339 or 10863977. OLE color: 10863977.

HSL color Cylindrical-coordinate representation of color #69C5A5: hue angle of 159.13º 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 #69C5A5 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB105197165-
CMYK0.4700.160.23
HSL159.13º44.23%59.22%-
HSV(B)159.13º46.7%77.25%-
XYZ32.5845.6542.69-
YUV165.84127.5284.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.48%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=22.48%
G=42.18%
B=35.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051971650.4700.160.23159.1344.2359.22
Hex69C5A52F010179f2c3b
Octal15130524557020272375473
Binary110100111000101101001011011110100001011110011111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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