#6BCDA6

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

Shades of Medium Aquamarine #6BCDA6

Tints of Medium Aquamarine #6BCDA6

Color information

#6BCDA6 (or 0x6BCDA6) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CD and A6. RGB value is (107,205,166). Sum of RGB (Red+Green+Blue) = 107+205+166=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDA6 is #943259. Grayscale: #ABABAB. Windows color (decimal): -9712218 or 10931563. OLE color: 10931563.

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

Color convert

RGB107205166-
CMYK0.4800.190.20
HSL156.12º49.49%61.18%-
HSV(B)156.12º47.8%80.39%-
XYZ34.7849.5443.81-
YUV171.25125.0382.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.38%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 166 (65.23% from 255) = 34.73%
R=22.38%
G=42.89%
B=34.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072051660.4800.190.20156.1249.4961.18
Hex6BCDA630013149c313d
Octal15331524660023242346175
Binary110101111001101101001101100000100111010010011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,166); }

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

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

 a { background-color: rgb(107,205,166); }

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

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

 span { border-color: rgb(107,205,166); }

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