#69D2AB

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

Shades of Medium Aquamarine #69D2AB

Tints of Medium Aquamarine #69D2AB

Color information

#69D2AB (or 0x69D2AB) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D2 and AB. RGB value is (105,210,171). Sum of RGB (Red+Green+Blue) = 105+210+171=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #69D2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D2AB is #962D54. Grayscale: #AEAEAE. Windows color (decimal): -9842005 or 11260521. OLE color: 11260521.

HSL color Cylindrical-coordinate representation of color #69D2AB: hue angle of 157.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D2AB is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB105210171-
CMYK0.5000.190.18
HSL157.71º53.85%61.76%-
HSV(B)157.71º50%82.35%-
XYZ36.2252.0446.66-
YUV174.16126.2178.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 210 (82.42% from 255) = 43.21%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=21.60%
G=43.21%
B=35.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052101710.5000.190.18157.7153.8561.76
Hex69D2AB32013129e363e
Octal15132225362023222366676
Binary110100111010010101010111100100100111001010011110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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