#6bd6b1

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

Shades of Medium Aquamarine #6BD6B1

Tints of Medium Aquamarine #6BD6B1

Color information

#6BD6B1 (or 0x6BD6B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D6 and B1. RGB value is (107,214,177). Sum of RGB (Red+Green+Blue) = 107+214+177=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD6B1 is #94294E. Grayscale: #B1B1B1. Windows color (decimal): -9709903 or 11654763. OLE color: 11654763.

HSL color Cylindrical-coordinate representation of color #6BD6B1: hue angle of 159.25º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD6B1 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB107214177-
CMYK0.5000.170.16
HSL159.25º56.61%62.94%-
HSV(B)159.25º50%83.92%-
XYZ38.0554.3950.09-
YUV177.79127.5577.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.49%
GREEN value IS 214 (83.98% from 255) = 42.97%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=21.49%
G=42.97%
B=35.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072141770.5000.170.16159.2556.6162.94
Hex6BD6B132011109f393f
Octal15332626162021202377177
Binary110101111010110101100011100100100011000010011111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bd6b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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