#6BDCB2

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

Shades of Medium Aquamarine #6BDCB2

Tints of Medium Aquamarine #6BDCB2

Color information

#6BDCB2 (or 0x6BDCB2) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DC and B2. RGB value is (107,220,178). Sum of RGB (Red+Green+Blue) = 107+220+178=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDCB2 is #94234D. Grayscale: #B5B5B5. Windows color (decimal): -9708366 or 11721835. OLE color: 11721835.

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

Color convert

RGB107220178-
CMYK0.5100.190.14
HSL157.7º61.75%64.12%-
HSV(B)157.7º51.36%86.27%-
XYZ39.6957.5351.13-
YUV181.42126.0674.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.19%
GREEN value IS 220 (86.33% from 255) = 43.56%
BLUE value IS 178 (69.92% from 255) = 35.25%
R=21.19%
G=43.56%
B=35.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072201780.5100.190.14157.761.7564.12
Hex6BDCB233013E9e3e40
Octal153334262630231623676100
Binary110101111011100101100101100110100111110100111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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