#6BD9B2

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

Shades of Medium Aquamarine #6BD9B2

Tints of Medium Aquamarine #6BD9B2

Color information

#6BD9B2 (or 0x6BD9B2) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D9 and B2. RGB value is (107,217,178). Sum of RGB (Red+Green+Blue) = 107+217+178=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD9B2 is #94264D. Grayscale: #B3B3B3. Windows color (decimal): -9709134 or 11721067. OLE color: 11721067.

HSL color Cylindrical-coordinate representation of color #6BD9B2: hue angle of 158.73º degrees, saturation: 0.59, 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 #6BD9B2 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB107217178-
CMYK0.5100.180.15
HSL158.73º59.14%63.53%-
HSV(B)158.73º50.69%85.1%-
XYZ38.9155.9750.87-
YUV179.66127.0676.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.31%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=21.31%
G=43.23%
B=35.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072171780.5100.180.15158.7359.1463.53
Hex6BD9B233012F9f3b40
Octal153331262630221723773100
Binary110101111011001101100101100110100101111100111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,217,178); }

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

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

 a { background-color: rgb(107,217,178); }

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

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

 span { border-color: rgb(107,217,178); }

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