#69CDAA

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

Shades of Medium Aquamarine #69CDAA

Tints of Medium Aquamarine #69CDAA

Color information

#69CDAA (or 0x69CDAA) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CD and AA. RGB value is (105,205,170). Sum of RGB (Red+Green+Blue) = 105+205+170=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CDAA is #963255. Grayscale: #ABABAB. Windows color (decimal): -9843286 or 11193705. OLE color: 11193705.

HSL color Cylindrical-coordinate representation of color #69CDAA: hue angle of 159º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CDAA is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB105205170-
CMYK0.4900.170.20
HSL159º50%60.78%-
HSV(B)159º48.78%80.39%-
XYZ34.9149.5745.76-
YUV171.11127.3780.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=21.88%
G=42.71%
B=35.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051700.4900.170.201595060.78
Hex69CDAA31011149f323d
Octal15131525261021242376275
Binary110100111001101101010101100010100011010010011111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,205,170); }

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

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

 a { background-color: rgb(105,205,170); }

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

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

 span { border-color: rgb(105,205,170); }

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