#69CCAB

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

Shades of Medium Aquamarine #69CCAB

Tints of Medium Aquamarine #69CCAB

Color information

#69CCAB (or 0x69CCAB) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CC and AB. RGB value is (105,204,171). Sum of RGB (Red+Green+Blue) = 105+204+171=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #69CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CCAB is #963354. Grayscale: #AAAAAA. Windows color (decimal): -9843541 or 11258985. OLE color: 11258985.

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

Color convert

RGB105204171-
CMYK0.4900.160.2
HSL160º49.25%60.59%-
HSV(B)160º48.53%80%-
XYZ34.7749.1346.18-
YUV170.64128.281.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=21.88%
G=42.5%
B=35.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1052041710.4900.160.216049.2560.59
Hex69CCAB3101014a0313d
Octal15131425361020242406175
Binary110100111001100101010111100010100001010010100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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