#6ACBA3

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

Shades of Medium Aquamarine #6ACBA3

Tints of Medium Aquamarine #6ACBA3

Color information

#6ACBA3 (or 0x6ACBA3) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CB and A3. RGB value is (106,203,163). Sum of RGB (Red+Green+Blue) = 106+203+163=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACBA3 is #95345C. Grayscale: #A9A9A9. Windows color (decimal): -9778269 or 10734442. OLE color: 10734442.

HSL color Cylindrical-coordinate representation of color #6ACBA3: hue angle of 155.26º 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 #6ACBA3 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB106203163-
CMYK0.4800.200.20
HSL155.26º48.26%60.59%-
HSV(B)155.26º47.78%79.61%-
XYZ33.9148.4242.21-
YUV169.44124.3682.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=22.46%
G=43.01%
B=34.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062031630.4800.200.20155.2648.2660.59
Hex6ACBA330014149b303d
Octal15231324360024242336075
Binary110101011001011101000111100000101001010010011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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