#6BCEAA

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

Shades of Medium Aquamarine #6BCEAA

Tints of Medium Aquamarine #6BCEAA

Color information

#6BCEAA (or 0x6BCEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CE and AA. RGB value is (107,206,170). Sum of RGB (Red+Green+Blue) = 107+206+170=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCEAA is #943155. Grayscale: #ACACAC. Windows color (decimal): -9711958 or 11193963. OLE color: 11193963.

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

Color convert

RGB107206170-
CMYK0.4800.170.19
HSL158.18º50.25%61.37%-
HSV(B)158.18º48.06%80.78%-
XYZ35.3950.1745.85-
YUV172.3126.781.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.15%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=22.15%
G=42.65%
B=35.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1072061700.4800.170.19158.1850.2561.37
Hex6BCEAA30011139e323d
Octal15331625260021232366275
Binary110101111001110101010101100000100011001110011110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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