#69C5AB

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

Shades of Medium Aquamarine #69C5AB

Tints of Medium Aquamarine #69C5AB

Color information

#69C5AB (or 0x69C5AB) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C5 and AB. RGB value is (105,197,171). Sum of RGB (Red+Green+Blue) = 105+197+171=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C5AB is #963A54. Grayscale: #A6A6A6. Windows color (decimal): -9845333 or 11257193. OLE color: 11257193.

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

Color convert

RGB105197171-
CMYK0.4700.130.23
HSL163.04º44.23%59.22%-
HSV(B)163.04º46.7%77.25%-
XYZ33.1445.8845.64-
YUV166.53130.5284.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=22.20%
G=41.65%
B=36.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051971710.4700.130.23163.0444.2359.22
Hex69C5AB2F0D17a32c3b
Octal15130525357015272435473
Binary11010011100010110101011101111011011011110100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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