#6BDBB1

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

Shades of Medium Aquamarine #6BDBB1

Tints of Medium Aquamarine #6BDBB1

Color information

#6BDBB1 (or 0x6BDBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DB and B1. RGB value is (107,219,177). Sum of RGB (Red+Green+Blue) = 107+219+177=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBB1 is #94244E. Grayscale: #B4B4B4. Windows color (decimal): -9708623 or 11656043. OLE color: 11656043.

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

Color convert

RGB107219177-
CMYK0.5100.190.14
HSL157.5º60.87%63.92%-
HSV(B)157.5º51.14%85.88%-
XYZ39.3356.9650.52-
YUV180.72125.8975.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.27%
GREEN value IS 219 (85.94% from 255) = 43.54%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=21.27%
G=43.54%
B=35.19%

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
Decimal1072191770.5100.190.14157.560.8763.92
Hex6BDBB133013E9e3d40
Octal153333261630231623675100
Binary110101111011011101100011100110100111110100111101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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