#69C0A4

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

Shades of Medium Aquamarine #69C0A4

Tints of Medium Aquamarine #69C0A4

Color information

#69C0A4 (or 0x69C0A4) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C0 and A4. RGB value is (105,192,164). Sum of RGB (Red+Green+Blue) = 105+192+164=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #69C0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C0A4 is #963F5B. Grayscale: #A2A2A2. Windows color (decimal): -9846620 or 10797161. OLE color: 10797161.

HSL color Cylindrical-coordinate representation of color #69C0A4: hue angle of 160.69º degrees, saturation: 0.41, 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 #69C0A4 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB105192164-
CMYK0.4500.150.25
HSL160.69º40.85%58.24%-
HSV(B)160.69º45.31%75.29%-
XYZ31.3843.3841.84-
YUV162.79128.6886.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=22.78%
G=41.65%
B=35.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051921640.4500.150.25160.6940.8558.24
Hex69C0A42D0F19a1293a
Octal15130024455017312415172
Binary11010011100000010100100101101011111100110100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,192,164); }

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

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

 a { background-color: rgb(105,192,164); }

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

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

 span { border-color: rgb(105,192,164); }

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