#69CDAE

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

Shades of Medium Aquamarine #69CDAE

Tints of Medium Aquamarine #69CDAE

Color information

#69CDAE (or 0x69CDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CD and AE. RGB value is (105,205,174). Sum of RGB (Red+Green+Blue) = 105+205+174=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CDAE is #963251. Grayscale: #ABABAB. Windows color (decimal): -9843282 or 11455849. OLE color: 11455849.

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

Color convert

RGB105205174-
CMYK0.4900.150.20
HSL161.4º50%60.78%-
HSV(B)161.4º48.78%80.39%-
XYZ35.349.7247.78-
YUV171.57129.3780.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=21.69%
G=42.36%
B=35.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051740.4900.150.20161.45060.78
Hex69CDAE310F14a1323d
Octal15131525661017242416275
Binary11010011100110110101110110001011111010010100001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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