#6BD3B3

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

Shades of Medium Aquamarine #6BD3B3

Tints of Medium Aquamarine #6BD3B3

Color information

#6BD3B3 (or 0x6BD3B3) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D3 and B3. RGB value is (107,211,179). Sum of RGB (Red+Green+Blue) = 107+211+179=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD3B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD3B3 is #942C4C. Grayscale: #B0B0B0. Windows color (decimal): -9710669 or 11785067. OLE color: 11785067.

HSL color Cylindrical-coordinate representation of color #6BD3B3: hue angle of 161.54º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD3B3 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB107211179-
CMYK0.4900.150.17
HSL161.54º54.17%62.35%-
HSV(B)161.54º49.29%82.75%-
XYZ37.4952.9750.9-
YUV176.26129.5478.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.53%
GREEN value IS 211 (82.81% from 255) = 42.45%
BLUE value IS 179 (70.31% from 255) = 36.02%
R=21.53%
G=42.45%
B=36.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072111790.4900.150.17161.5454.1762.35
Hex6BD3B3310F11a2363e
Octal15332326361017212426676
Binary11010111101001110110011110001011111000110100010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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