#6BCAAC

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

Shades of Medium Aquamarine #6BCAAC

Tints of Medium Aquamarine #6BCAAC

Color information

#6BCAAC (or 0x6BCAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CA and AC. RGB value is (107,202,172). Sum of RGB (Red+Green+Blue) = 107+202+172=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAAC is #943553. Grayscale: #AAAAAA. Windows color (decimal): -9712980 or 11324011. OLE color: 11324011.

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

Color convert

RGB107202172-
CMYK0.4700.150.21
HSL161.05º47.26%60.59%-
HSV(B)161.05º47.03%79.22%-
XYZ34.6348.3546.54-
YUV170.18129.0382.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.25%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=22.25%
G=42.00%
B=35.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021720.4700.150.21161.0547.2660.59
Hex6BCAAC2F0F15a12f3d
Octal15331225457017252415775
Binary11010111100101010101100101111011111010110100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,202,172); }

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

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

 a { background-color: rgb(107,202,172); }

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

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

 span { border-color: rgb(107,202,172); }

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