#6BDBAF

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

Shades of Medium Aquamarine #6BDBAF

Tints of Medium Aquamarine #6BDBAF

Color information

#6BDBAF (or 0x6BDBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DB and AF. RGB value is (107,219,175). Sum of RGB (Red+Green+Blue) = 107+219+175=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBAF is #942450. Grayscale: #B4B4B4. Windows color (decimal): -9708625 or 11524971. OLE color: 11524971.

HSL color Cylindrical-coordinate representation of color #6BDBAF: hue angle of 156.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBAF is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB107219175-
CMYK0.5100.200.14
HSL156.43º60.87%63.92%-
HSV(B)156.43º51.14%85.88%-
XYZ39.1356.8849.47-
YUV180.5124.8975.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.36%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=21.36%
G=43.71%
B=34.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072191750.5100.200.14156.4360.8763.92
Hex6BDBAF33014E9c3d40
Octal153333257630241623475100
Binary110101111011011101011111100110101001110100111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,219,175); }

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

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

 a { background-color: rgb(107,219,175); }

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

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

 span { border-color: rgb(107,219,175); }

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