#6BD4AC

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

Shades of Medium Aquamarine #6BD4AC

Tints of Medium Aquamarine #6BD4AC

Color information

#6BD4AC (or 0x6BD4AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D4 and AC. RGB value is (107,212,172). Sum of RGB (Red+Green+Blue) = 107+212+172=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #6BD4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD4AC is #942B53. Grayscale: #B0B0B0. Windows color (decimal): -9710420 or 11326571. OLE color: 11326571.

HSL color Cylindrical-coordinate representation of color #6BD4AC: hue angle of 157.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD4AC is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB107212172-
CMYK0.5000.190.17
HSL157.14º54.97%62.55%-
HSV(B)157.14º49.53%83.14%-
XYZ37.0553.1947.34-
YUV176.04125.7178.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.79%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=21.79%
G=43.18%
B=35.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072121720.5000.190.17157.1454.9762.55
Hex6BD4AC32013119d373f
Octal15332425462023212356777
Binary110101111010100101011001100100100111000110011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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