#6BDA9C

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

Shades of Medium Aquamarine #6BDA9C

Tints of Medium Aquamarine #6BDA9C

Color information

#6BDA9C (or 0x6BDA9C) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DA and 9C. RGB value is (107,218,156). Sum of RGB (Red+Green+Blue) = 107+218+156=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDA9C is #942563. Grayscale: #B1B1B1. Windows color (decimal): -9708900 or 10279531. OLE color: 10279531.

HSL color Cylindrical-coordinate representation of color #6BDA9C: hue angle of 146.49º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDA9C is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB107218156-
CMYK0.5100.280.15
HSL146.49º60%63.73%-
HSV(B)146.49º50.92%85.49%-
XYZ37.1455.6740.24-
YUV177.74115.7377.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.25%
GREEN value IS 218 (85.55% from 255) = 45.32%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=22.25%
G=45.32%
B=32.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072181560.5100.280.15146.496063.73
Hex6BDA9C3301CF923c40
Octal153332234630341722274100
Binary110101111011010100111001100110111001111100100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,218,156); }

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

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

 a { background-color: rgb(107,218,156); }

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

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

 span { border-color: rgb(107,218,156); }

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