#6BD6B3

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

Shades of Medium Aquamarine #6BD6B3

Tints of Medium Aquamarine #6BD6B3

Color information

#6BD6B3 (or 0x6BD6B3) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D6 and B3. RGB value is (107,214,179). Sum of RGB (Red+Green+Blue) = 107+214+179=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD6B3 is #94294C. Grayscale: #B2B2B2. Windows color (decimal): -9709901 or 11785835. OLE color: 11785835.

HSL color Cylindrical-coordinate representation of color #6BD6B3: hue angle of 160.37º 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 #6BD6B3 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB107214179-
CMYK0.5000.160.16
HSL160.37º56.61%62.94%-
HSV(B)160.37º50%83.92%-
XYZ38.2554.4751.15-
YUV178.02128.5577.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.4%
GREEN value IS 214 (83.98% from 255) = 42.8%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=21.4%
G=42.8%
B=35.8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072141790.5000.160.16160.3756.6162.94
Hex6BD6B33201010a0393f
Octal15332626362020202407177
Binary110101111010110101100111100100100001000010100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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