#6BDBA7

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

Shades of Medium Aquamarine #6BDBA7

Tints of Medium Aquamarine #6BDBA7

Color information

#6BDBA7 (or 0x6BDBA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DB and A7. RGB value is (107,219,167). Sum of RGB (Red+Green+Blue) = 107+219+167=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBA7 is #942458. Grayscale: #B3B3B3. Windows color (decimal): -9708633 or 11000683. OLE color: 11000683.

HSL color Cylindrical-coordinate representation of color #6BDBA7: hue angle of 152.14º 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 #6BDBA7 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB107219167-
CMYK0.5100.240.14
HSL152.14º60.87%63.92%-
HSV(B)152.14º51.14%85.88%-
XYZ38.3756.5845.46-
YUV179.58120.8976.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.70%
GREEN value IS 219 (85.94% from 255) = 44.42%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=21.70%
G=44.42%
B=33.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072191670.5100.240.14152.1460.8763.92
Hex6BDBA733018E983d40
Octal153333247630301623075100
Binary110101111011011101001111100110110001110100110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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