#6BCFAA

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

Shades of Medium Aquamarine #6BCFAA

Tints of Medium Aquamarine #6BCFAA

Color information

#6BCFAA (or 0x6BCFAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CF and AA. RGB value is (107,207,170). Sum of RGB (Red+Green+Blue) = 107+207+170=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCFAA is #943055. Grayscale: #ACACAC. Windows color (decimal): -9711702 or 11194219. OLE color: 11194219.

HSL color Cylindrical-coordinate representation of color #6BCFAA: hue angle of 157.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFAA is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB107207170-
CMYK0.4800.180.19
HSL157.8º51.02%61.57%-
HSV(B)157.8º48.31%81.18%-
XYZ35.6350.6545.93-
YUV172.88126.3781.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.11%
GREEN value IS 207 (81.25% from 255) = 42.77%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=22.11%
G=42.77%
B=35.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1072071700.4800.180.19157.851.0261.57
Hex6BCFAA30012139e333e
Octal15331725260022232366376
Binary110101111001111101010101100000100101001110011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,207,170); }

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

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

 a { background-color: rgb(107,207,170); }

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

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

 span { border-color: rgb(107,207,170); }

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