#6BDD9D

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

Shades of Medium Aquamarine #6BDD9D

Tints of Medium Aquamarine #6BDD9D

Color information

#6BDD9D (or 0x6BDD9D) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DD and 9D. RGB value is (107,221,157). Sum of RGB (Red+Green+Blue) = 107+221+157=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDD9D is #942262. Grayscale: #B3B3B3. Windows color (decimal): -9708131 or 10345835. OLE color: 10345835.

HSL color Cylindrical-coordinate representation of color #6BDD9D: hue angle of 146.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDD9D is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB107221157-
CMYK0.5200.290.13
HSL146.32º62.64%64.31%-
HSV(B)146.32º51.58%86.67%-
XYZ38.0157.2740.95-
YUV179.62115.2376.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.06%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=22.06%
G=45.57%
B=32.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072211570.5200.290.13146.3262.6464.31
Hex6BDD9D3401DD923f40
Octal153335235640351522277100
Binary110101111011101100111011101000111011101100100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,221,157); }

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

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

 a { background-color: rgb(107,221,157); }

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

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

 span { border-color: rgb(107,221,157); }

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