#69CDAD

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

Shades of Medium Aquamarine #69CDAD

Tints of Medium Aquamarine #69CDAD

Color information

#69CDAD (or 0x69CDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CD and AD. RGB value is (105,205,173). Sum of RGB (Red+Green+Blue) = 105+205+173=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CDAD is #963252. Grayscale: #ABABAB. Windows color (decimal): -9843283 or 11390313. OLE color: 11390313.

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

Color convert

RGB105205173-
CMYK0.4900.160.20
HSL160.8º50%60.78%-
HSV(B)160.8º48.78%80.39%-
XYZ35.249.6847.27-
YUV171.45128.8780.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=21.74%
G=42.44%
B=35.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051730.4900.160.20160.85060.78
Hex69CDAD3101014a1323d
Octal15131525561020242416275
Binary110100111001101101011011100010100001010010100001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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