#6BDBB0

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

Shades of Medium Aquamarine #6BDBB0

Tints of Medium Aquamarine #6BDBB0

Color information

#6BDBB0 (or 0x6BDBB0) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DB and B0. RGB value is (107,219,176). Sum of RGB (Red+Green+Blue) = 107+219+176=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBB0 is #94244F. Grayscale: #B4B4B4. Windows color (decimal): -9708624 or 11590507. OLE color: 11590507.

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

Color convert

RGB107219176-
CMYK0.5100.200.14
HSL156.96º60.87%63.92%-
HSV(B)156.96º51.14%85.88%-
XYZ39.2356.9249.99-
YUV180.61125.3975.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.31%
GREEN value IS 219 (85.94% from 255) = 43.63%
BLUE value IS 176 (69.14% from 255) = 35.06%
R=21.31%
G=43.63%
B=35.06%

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
Decimal1072191760.5100.200.14156.9660.8763.92
Hex6BDBB033014E9d3d40
Octal153333260630241623575100
Binary110101111011011101100001100110101001110100111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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