#6BCAAA

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

Shades of Medium Aquamarine #6BCAAA

Tints of Medium Aquamarine #6BCAAA

Color information

#6BCAAA (or 0x6BCAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CA and AA. RGB value is (107,202,170). Sum of RGB (Red+Green+Blue) = 107+202+170=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAAA is #943555. Grayscale: #A9A9A9. Windows color (decimal): -9712982 or 11192939. OLE color: 11192939.

HSL color Cylindrical-coordinate representation of color #6BCAAA: hue angle of 159.79º 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 #6BCAAA is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB107202170-
CMYK0.4700.160.21
HSL159.79º47.26%60.59%-
HSV(B)159.79º47.03%79.22%-
XYZ34.4448.2745.53-
YUV169.95128.0383.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.34%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=22.34%
G=42.17%
B=35.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021700.4700.160.21159.7947.2660.59
Hex6BCAAA2F01015a02f3d
Octal15331225257020252405775
Binary110101111001010101010101011110100001010110100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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