#6ACBAD

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

Shades of Medium Aquamarine #6ACBAD

Tints of Medium Aquamarine #6ACBAD

Color information

#6ACBAD (or 0x6ACBAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CB and AD. RGB value is (106,203,173). Sum of RGB (Red+Green+Blue) = 106+203+173=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACBAD is #953452. Grayscale: #AAAAAA. Windows color (decimal): -9778259 or 11389802. OLE color: 11389802.

HSL color Cylindrical-coordinate representation of color #6ACBAD: hue angle of 161.44º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACBAD is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB106203173-
CMYK0.4800.150.20
HSL161.44º48.26%60.59%-
HSV(B)161.44º47.78%79.61%-
XYZ34.8448.7947.12-
YUV170.58129.3681.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=21.99%
G=42.12%
B=35.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062031730.4800.150.20161.4448.2660.59
Hex6ACBAD300F14a1303d
Octal15231325560017242416075
Binary11010101100101110101101110000011111010010100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ACBAD; }

 p { color: rgb(106,203,173); }

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

<style>
 a { background-color: #6ACBAD; }

 a { background-color: rgb(106,203,173); }

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

<style>
 span { border-color: #6ACBAD; }

 span { border-color: rgb(106,203,173); }

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